org.apache.axis.wsdl.toJava
public class GeneratedFileInfo extends Object
| Nested Class Summary | |
|---|---|
| class | GeneratedFileInfo.Entry
Structure to hold entries.
|
| Field Summary | |
|---|---|
| protected ArrayList | list Field list |
| Constructor Summary | |
|---|---|
| GeneratedFileInfo()
Construct an empty file info list. | |
| Method Summary | |
|---|---|
| void | add(String name, String className, String type)
Add an entry
|
| GeneratedFileInfo.Entry | findClass(String className)
Lookup an entry by class name
|
| GeneratedFileInfo.Entry | findName(String fileName)
Lookup an entry by file name
|
| List | findType(String type)
Lookup an entry by type.
|
| List | getClassNames()
Get the list of generated classes
|
| List | getFileNames()
Get the list of generated filenames
|
| List | getList()
Return the entire list of generated files
|
| String | toString()
Convert all entries in the list to a string
|
Parameters: name className type
Parameters: class name you want info about className
Returns: The entry for the class specified. Null if not found
Parameters: file name you want info about fileName
Returns: The entry for the file name specified. Null if not found
Parameters: type of objects you want info about
Returns: A list of org.apache.axis.wsdl.toJava.GeneratedFileInfo.Entry objects. Null if no objects found.
Returns:
Returns:
Returns:
Returns: