util
Class ListOfClasses
java.lang.Object
util.ListOfClasses
class ListOfClasses
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FILTER_INCLUDE_MATCHING_CLASSES
static final int FILTER_INCLUDE_MATCHING_CLASSES
- See Also:
- Constant Field Values
FILTER_EXCLUDE_MATCHING_CLASSES
static final int FILTER_EXCLUDE_MATCHING_CLASSES
- See Also:
- Constant Field Values
ClassNames
protected Vector<String> ClassNames
bLoadAllNestedClasses
protected boolean bLoadAllNestedClasses
ListOfClasses
public ListOfClasses(String inFileName,
Vector<String> FilterList,
int filter,
boolean _loadAllNestedClasses)
throws IOException
- Throws:
IOException
getClassNames
public Vector<String> getClassNames()
ParseOneLine
protected String ParseOneLine(String curLine)
MatchClass
protected boolean MatchClass(String ClassName,
Vector<String> FilterList,
int filter)
MatchClass
protected boolean MatchClass(String ClassName,
String ClassOrPackage)
stripNestedClasses
public void stripNestedClasses(Vector<String> list)
stripNestedClass
public void stripNestedClass(String arg)