org.apache.axis.wsdl.toJava
Class GeneratedFileInfo
java.lang.Object
org.apache.axis.wsdl.toJava.GeneratedFileInfo
public class GeneratedFileInfo
extends java.lang.Object
File info available after emit to describe what
exactly was created by the Emitter.
- Tom Jordahl (tomj@macromedia.com)
protected ArrayList | list - Field list
|
list
protected ArrayList list
Field list
GeneratedFileInfo
public GeneratedFileInfo()
Construct an empty file info list.
add
public void add(String name,
String className,
String type)
Add an entry
name
- className
- type
-
findClass
public GeneratedFileInfo.Entry findClass(String className)
Lookup an entry by class name
className
-
- The entry for the class specified. Null if not found
findName
public GeneratedFileInfo.Entry findName(String fileName)
Lookup an entry by file name
fileName
-
- The entry for the file name specified. Null if not found
findType
public List findType(String type)
Lookup an entry by type.
Valid type values are:
stub, interface, complexType, enumType, fault, holder, skeleton,
skeletonImpl, service, deploy, undeploy, testCase
type
- of objects you want info about
- A list of
org.apache.axis.wsdl.toJava.GeneratedFileInfo.Entry
objects. Null if no objects found.
getClassNames
public List getClassNames()
Get the list of generated classes
getFileNames
public List getFileNames()
Get the list of generated filenames
getList
public List getList()
Return the entire list of generated files
toString
public String toString()
Convert all entries in the list to a string
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.