Uses of Class
org.gjt.sp.jedit.bsh.classpath.BshClassPath.ClassSource
-
Uses of BshClassPath.ClassSource in org.gjt.sp.jedit.bsh.classpath
Modifier and TypeClassDescriptionstatic class
static class
static class
Modifier and TypeMethodDescriptionBshClassPath.getClassSource
(String className) Return the source of the specified class which may lie in component path.Modifier and TypeMethodDescriptionvoid
DiscreteFilesClassLoader.ClassSourceMap.put
(String name, BshClassPath.ClassSource source) void
BshClassPath.setClassSource
(String className, BshClassPath.ClassSource cs) Explicitly set a class source.