Package | Description |
---|---|
org.gjt.sp.jedit.bsh.classpath |
Modifier and Type | Class | Description |
---|---|---|
static class |
BshClassPath.DirClassSource |
|
static class |
BshClassPath.GeneratedClassSource |
|
static class |
BshClassPath.JarClassSource |
Modifier and Type | Method | Description |
---|---|---|
BshClassPath.ClassSource |
DiscreteFilesClassLoader.ClassSourceMap.get(java.lang.String name) |
|
BshClassPath.ClassSource |
BshClassPath.getClassSource(java.lang.String className) |
Return the source of the specified class which may lie in component
path.
|
Modifier and Type | Method | Description |
---|---|---|
void |
DiscreteFilesClassLoader.ClassSourceMap.put(java.lang.String name,
BshClassPath.ClassSource source) |
|
void |
BshClassPath.setClassSource(java.lang.String className,
BshClassPath.ClassSource cs) |
Explicitly set a class source.
|