Class DeploymentReflectionIndex
java.lang.Object
org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex
A reflection index for a deployment.
- Author:
- David M. Lloyd
-
Method Summary
Modifier and TypeMethodDescriptionstatic DeploymentReflectionIndexcreate()Construct a new instance.getClassIndex(Class clazz) Get the (possibly cached) index for a given class.
-
Method Details
-
create
Construct a new instance.- Returns:
- the new instance
-
getClassIndex
Get the (possibly cached) index for a given class.- Parameters:
clazz- the class- Returns:
- the index
-