|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.axis.wsdl.toJava.GeneratedFileInfo
public class 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.jboss.axis.wsdl.toJava.GeneratedFileInfo.Entry objects. Null if no objects found.public GeneratedFileInfo.Entry findName(String fileName)
file - name you want info about
public GeneratedFileInfo.Entry findClass(String className)
class - name you want info about
public List getClassNames()
public List getFileNames()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||