Package | Description |
---|---|
org.jboss.modules |
The primary JBoss Modules API.
|
Modifier and Type | Method and Description |
---|---|
ClassSpec |
ResourceLoader.getClassSpec(String fileName)
Get the class specification for the given class name.
|
ClassSpec |
AbstractResourceLoader.getClassSpec(String fileName)
Get the class specification for the given class name.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ModuleClassLoader.postDefine(ClassSpec classSpec,
Class<?> definedClass)
A hook which is invoked after a class is defined.
|
protected void |
ModuleClassLoader.preDefine(ClassSpec classSpec,
String className)
A hook which is invoked before a class is defined.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.