|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis.wsdl.toJava.GeneratedFileInfo
File info available after emit to describe what exactly was created by the Emitter.
Nested Class Summary | |
class |
GeneratedFileInfo.Entry
Structure to hold entries. |
Field Summary | |
protected ArrayList |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected ArrayList list
Constructor Detail |
public GeneratedFileInfo()
Method Detail |
public List getList()
public void add(String name, String className, String type)
public List findType(String type)
type
- of objects you want info about
org.apache.axis.wsdl.toJava.GeneratedFileInfo.Entry
objects. Null if no objects found.public GeneratedFileInfo.Entry findName(String fileName)
public GeneratedFileInfo.Entry findClass(String className)
public List getClassNames()
public List getFileNames()
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |