public class AttributeClassLoader extends ClassLoader
| Constructor and Description |
|---|
AttributeClassLoader()
Instantiates a new attribute class loader.
|
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
findClass(String name) |
void |
setAttribute(org.apache.directory.api.ldap.model.entry.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, setSignerspublic AttributeClassLoader()
public void setAttribute(org.apache.directory.api.ldap.model.entry.Attribute attribute)
throws org.apache.directory.api.ldap.model.exception.LdapException
attribute - the new attributeorg.apache.directory.api.ldap.model.exception.LdapException - if the attribute is not binary.public Class<?> findClass(String name) throws ClassNotFoundException
findClass in class ClassLoaderClassNotFoundExceptionCopyright © 2003–2015 The Apache Software Foundation. All rights reserved.