public class AttributeClassLoader extends ClassLoader
Modifier and Type | Field and Description |
---|---|
EntryAttribute |
attribute |
Constructor and Description |
---|
AttributeClassLoader() |
Modifier and Type | Method and Description |
---|---|
Class<?> |
findClass(String name) |
void |
setAttribute(EntryAttribute 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, setSigners
public EntryAttribute attribute
public void setAttribute(EntryAttribute attribute) throws NamingException
NamingException
public Class<?> findClass(String name) throws ClassNotFoundException
findClass
in class ClassLoader
ClassNotFoundException
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.