Class DeploymentReflectionIndex
- java.lang.Object
-
- org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex
-
public final class DeploymentReflectionIndex extends Object
A reflection index for a deployment.- Author:
- David M. Lloyd
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeploymentReflectionIndexcreate()Construct a new instance.ClassReflectionIndexgetClassIndex(Class clazz)Get the (possibly cached) index for a given class.
-
-
-
Method Detail
-
create
public static DeploymentReflectionIndex create()
Construct a new instance.- Returns:
- the new instance
-
getClassIndex
public ClassReflectionIndex getClassIndex(Class clazz)
Get the (possibly cached) index for a given class.- Parameters:
clazz- the class- Returns:
- the index
-
-