Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.axis.wsdl.toJava.GeneratedFileInfo
public class GeneratedFileInfo
extends java.lang.Object
Nested Class Summary | |
class |
|
Field Summary | |
protected ArrayList |
|
Constructor Summary | |
|
Method Summary | |
void |
|
GeneratedFileInfo.Entry |
|
GeneratedFileInfo.Entry |
|
List |
|
List |
|
List |
|
List |
|
String |
|
public void add(String name, String className, String type)
Add an entry
- Parameters:
name
-className
-type
-
public GeneratedFileInfo.Entry findClass(String className)
Lookup an entry by class name
- Parameters:
className
-
- Returns:
- The entry for the class specified. Null if not found
public GeneratedFileInfo.Entry findName(String fileName)
Lookup an entry by file name
- Parameters:
fileName
-
- Returns:
- The entry for the file name specified. Null if not found
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
- 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.
public List getClassNames()
Get the list of generated classes
- Returns:
public List getFileNames()
Get the list of generated filenames
- Returns:
public List getList()
Return the entire list of generated files
- Returns:
public String toString()
Convert all entries in the list to a string
- Returns: