org.pentaho.platform.engine.services.solution
Class SolutionClassLoader
java.lang.Object
java.lang.ClassLoader
org.pentaho.platform.engine.services.solution.SolutionClassLoader
public class SolutionClassLoader
- extends ClassLoader
Methods inherited from class java.lang.ClassLoader |
clearAssertionStatus, getParent, getResource, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus |
SolutionClassLoader
public SolutionClassLoader(String inPath,
Object parent)
addJar
public static void addJar(JarFile jar)
unloadClasses
public static void unloadClasses()
getResourceAsStream
public InputStream getResourceAsStream(String name)
- Returns the requested resource as an InputStream.
- Overrides:
getResourceAsStream
in class ClassLoader
- Parameters:
name
- The resource name
clearResourceCache
public static void clearResourceCache()