public class AttributeClassLoader
extends java.lang.ClassLoader
| Modifier and Type | Field and Description |
|---|---|
private Attribute |
attribute
The attribute.
|
| Constructor and Description |
|---|
AttributeClassLoader()
Instantiates a new attribute class loader.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
findClass(java.lang.String name) |
void |
setAttribute(Attribute attribute)
Sets the attribute.
|
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, setSignersprivate Attribute attribute
public AttributeClassLoader()
public void setAttribute(Attribute attribute) throws LdapException
attribute - the new attributeLdapException - if the attribute is not binary.public java.lang.Class<?> findClass(java.lang.String name)
throws java.lang.ClassNotFoundException
findClass in class java.lang.ClassLoaderjava.lang.ClassNotFoundException