Uses of Class
org.gjt.sp.jedit.bsh.ClassPathException
Packages that use ClassPathException
-
Uses of ClassPathException in org.gjt.sp.jedit.bsh.classpath
Methods in org.gjt.sp.jedit.bsh.classpath that throw ClassPathExceptionModifier and TypeMethodDescriptionstatic BshClassPathBshClassPath.getBootClassPath()Get the boot path including the lib/rt.jar if possible.BshClassPath.getClassNameByUnqName(String name) Support for super import "*"; Get the full name associated with the unqualified name in this classpath.ClassManagerImpl.getClassNameByUnqName(String name) Return the name or null if none is found, Throw an ClassPathException containing detail if name is ambigous.ClassManagerImpl.getClassPath()Get the full blown classpath.static BshClassPathBshClassPath.getUserClassPath()A BshClassPath initialized to the user path from java.class.pathstatic URL[]BshClassPath.getUserClassPathComponents()voidClassManagerImpl.reloadAllClasses()Overlay the entire path with a new class loader.voidClassManagerImpl.reloadClasses(String[] classNames) Reloading classes means creating a new classloader and using it whenever we are asked for classes in the appropriate space.voidClassManagerImpl.reloadPackage(String pack) Reload all classes in the specified package: e.g.