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, setSigners
public static GuacamoleClassLoader getInstance() throws GuacamoleException
GuacamoleException
- If no instance could be returned due to an
error.protected Class<?> findClass(String name) throws ClassNotFoundException
findClass
in class ClassLoader
ClassNotFoundException
Copyright © 2016. All rights reserved.