Uses of Class
org.jboss.as.server.deployment.module.ResourceRoot
-
Packages that use ResourceRoot Package Description org.jboss.as.server.deployment The JBossAS domain deployment subsystem classes.org.jboss.as.server.deployment.annotation org.jboss.as.server.deployment.module org.jboss.as.server.logging -
-
Uses of ResourceRoot in org.jboss.as.server.deployment
Fields in org.jboss.as.server.deployment with type parameters of type ResourceRoot Modifier and Type Field Description static AttachmentKey<AttachmentList<ResourceRoot>>Attachments. CLASS_PATH_RESOURCE_ROOTSResource roots for additional modules referenced via Class-Path.static AttachmentKey<ResourceRoot>Attachments. DEPLOYMENT_ROOTThe primary deployment root.static AttachmentKey<AttachmentList<ResourceRoot>>Attachments. RESOURCE_ROOTSThe additional resource roots of the deployment unit.Methods in org.jboss.as.server.deployment that return types with arguments of type ResourceRoot Modifier and Type Method Description static List<ResourceRoot>DeploymentUtils. allResourceRoots(DeploymentUnit deploymentUnit)Get all resource roots for aDeploymentUnitMethods in org.jboss.as.server.deployment with parameters of type ResourceRoot Modifier and Type Method Description static booleanSubDeploymentMarker. isSubDeployment(ResourceRoot resourceRoot)static booleanSubExplodedDeploymentMarker. isSubExplodedResourceRoot(ResourceRoot resourceRoot)static voidSubDeploymentMarker. mark(ResourceRoot attachable)static voidSubExplodedDeploymentMarker. mark(ResourceRoot resourceRoot) -
Uses of ResourceRoot in org.jboss.as.server.deployment.annotation
Methods in org.jboss.as.server.deployment.annotation that return types with arguments of type ResourceRoot Modifier and Type Method Description static Map<ResourceRoot,org.jboss.jandex.Index>AnnotationIndexUtils. getAnnotationIndexes(DeploymentUnit deploymentUnit)Methods in org.jboss.as.server.deployment.annotation with parameters of type ResourceRoot Modifier and Type Method Description static voidResourceRootIndexer. indexResourceRoot(ResourceRoot resourceRoot)Creates and attaches the annotation index to a resource root, if it has not already been attached -
Uses of ResourceRoot in org.jboss.as.server.deployment.module
Methods in org.jboss.as.server.deployment.module that return types with arguments of type ResourceRoot Modifier and Type Method Description List<ResourceRoot>AdditionalModuleSpecification. getResourceRoots()Methods in org.jboss.as.server.deployment.module with parameters of type ResourceRoot Modifier and Type Method Description voidAdditionalModuleSpecification. addResourceRoot(ResourceRoot resourceRoot)Deprecated, for removal: This API element is subject to removal in a future version.unused method will be removedstatic org.jboss.modules.ModuleIdentifierModuleIdentifierProcessor. createModuleIdentifier(String deploymentUnitName, ResourceRoot deploymentRoot, DeploymentUnit topLevelDeployment, org.jboss.vfs.VirtualFile toplevelRoot, boolean topLevel)static ManifestManifestAttachmentProcessor. getManifest(ResourceRoot resourceRoot)static booleanIgnoreMetaInfMarker. isIgnoreMetaInf(ResourceRoot resourceRoot)static booleanModuleRootMarker. isModuleRoot(ResourceRoot resourceRoot)static voidIgnoreMetaInfMarker. mark(ResourceRoot root)static voidModuleRootMarker. mark(ResourceRoot attachable)static voidModuleRootMarker. mark(ResourceRoot attachable, boolean value)voidResourceRoot. merge(ResourceRoot additionalResourceRoot)Merges information from the resource root into this resource rootMethod parameters in org.jboss.as.server.deployment.module with type arguments of type ResourceRoot Modifier and Type Method Description voidAdditionalModuleSpecification. addResourceRoots(Collection<ResourceRoot> resourceRoots)Deprecated, for removal: This API element is subject to removal in a future version.unused method will be removedConstructors in org.jboss.as.server.deployment.module with parameters of type ResourceRoot Constructor Description AdditionalModuleSpecification(String moduleName, ResourceRoot resourceRoot)Constructor parameters in org.jboss.as.server.deployment.module with type arguments of type ResourceRoot Constructor Description AdditionalModuleSpecification(String moduleName, Collection<ResourceRoot> resourceRoots) -
Uses of ResourceRoot in org.jboss.as.server.logging
Methods in org.jboss.as.server.logging with parameters of type ResourceRoot Modifier and Type Method Description voidServerLogger_$logger. cannotFindExtensionListEntry(ExtensionListEntry entry, ResourceRoot resourceRoot)voidServerLogger. cannotFindExtensionListEntry(ExtensionListEntry entry, ResourceRoot resourceRoot)
-