类的使用
bsh.classpath.BshClassPath
使用BshClassPath的程序包
-
bsh.classpath中BshClassPath的使用
返回BshClassPath的bsh.classpath中的方法修饰符和类型方法说明static BshClassPath
BshClassPath.getBootClassPath()
Get the boot path including the lib/rt.jar if possible.ClassManagerImpl.getClassPath()
Get the full blown classpath.static BshClassPath
BshClassPath.getUserClassPath()
A BshClassPath initialized to the user path from java.class.path参数类型为BshClassPath的bsh.classpath中的方法修饰符和类型方法说明void
BshClassPath.addComponent
(BshClassPath bcp) Add the specified BshClassPath as a component of our path.参数类型为BshClassPath的bsh.classpath中的构造器