public class GuacamoleClassLoader extends ClassLoader
| Modifier and Type | Method and Description |
|---|---|
protected Class<?> |
findClass(String name) |
static GuacamoleClassLoader |
getInstance()
Returns an instance of a GuacamoleClassLoader which finds classes
within the directory configured in guacamole.properties.
|
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getClassLoadingLock, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, registerAsParallelCapable, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSignerspublic static GuacamoleClassLoader getInstance() throws net.sourceforge.guacamole.GuacamoleException
net.sourceforge.guacamole.GuacamoleException - If no instance could be returned due to an
error.protected Class<?> findClass(String name) throws ClassNotFoundException
findClass in class ClassLoaderClassNotFoundExceptionCopyright © 2013. All Rights Reserved.