Class ResourceRootIndexer
- java.lang.Object
-
- org.jboss.as.server.deployment.annotation.ResourceRootIndexer
-
public class ResourceRootIndexer extends Object
Utility class for indexing a resource root
-
-
Constructor Summary
Constructors Constructor Description ResourceRootIndexer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidindexResourceRoot(ResourceRoot resourceRoot)Creates and attaches the annotation index to a resource root, if it has not already been attached
-
-
-
Method Detail
-
indexResourceRoot
public static void indexResourceRoot(ResourceRoot resourceRoot) throws DeploymentUnitProcessingException
Creates and attaches the annotation index to a resource root, if it has not already been attached
-
-