| Package | Description | 
|---|---|
| org.gjt.sp.jedit.bsh.classpath | 
| Modifier and Type | Method and Description | 
|---|---|
| static BshClassPath | BshClassPath. getBootClassPath()Get the boot path including the lib/rt.jar if possible. | 
| BshClassPath | ClassManagerImpl. getClassPath()Get the full blown classpath. | 
| static BshClassPath | BshClassPath. getUserClassPath()A BshClassPath initialized to the user path
                from java.class.path | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BshClassPath. addComponent(BshClassPath bcp)Add the specified BshClassPath as a component of our path. | 
| Constructor and Description | 
|---|
| BshClassLoader(BshClassManager classManager,
              BshClassPath bcp) |