@Deprecated public class GuacamoleClassLoader extends ClassLoader
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
findClass(String name)
Deprecated.
|
static GuacamoleClassLoader |
getInstance()
Deprecated.
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 GuacamoleException
GuacamoleException - If no instance could be returned due to an
error.public Class<?> findClass(String name) throws ClassNotFoundException
findClass in class ClassLoaderClassNotFoundExceptionCopyright © 2015. All rights reserved.