public class GeneratedFileInfo extends Object
Modifier and Type | Class and Description |
---|---|
class |
GeneratedFileInfo.Entry
Structure to hold entries.
|
Constructor and Description |
---|
GeneratedFileInfo()
Construct an empty file info list.
|
Modifier and Type | Method and Description |
---|---|
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
|
protected ArrayList list
public List getList()
public void add(String name, String className, String type)
name
- className
- type
- public List findType(String type)
type
- of objects you want info aboutorg.apache.axis.wsdl.toJava.GeneratedFileInfo.Entry
objects. Null if no objects found.public GeneratedFileInfo.Entry findName(String fileName)
file
- name you want info aboutfileName
- public GeneratedFileInfo.Entry findClass(String className)
class
- name you want info aboutclassName
- public List getClassNames()
public List getFileNames()
Copyright © The Apache Software Foundation. All Rights Reserved.