public abstract class PathClassInfoLoader extends Object implements ClassInfoLoader
Modifier and Type | Field and Description |
---|---|
Vector |
paths
This is a list of all the paths where the classes may be.
|
char |
pathSeparator |
Constructor and Description |
---|
PathClassInfoLoader() |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
classExists(String fullPathName)
Checks to see if
|
protected abstract boolean |
getBytesFromPath(ClassInfo ci,
String fullPathName) |
boolean |
getClassBytes(ClassInfo ci) |
ClassInfo |
getClassInfo(String fullClassName)
This trys to get the bytes for the class.
|
protected boolean |
tryPath(ClassInfo ci,
String path) |
public Vector paths
public char pathSeparator
protected abstract boolean classExists(String fullPathName)
public final boolean getClassBytes(ClassInfo ci)
getClassBytes
in interface ClassInfoLoader