Uses of Class
org.jboss.as.server.deployment.module.ResourceRoot
Packages that use ResourceRoot
Package
Description
The JBossAS domain deployment subsystem classes.
-
Uses of ResourceRoot in org.jboss.as.server.deployment
Fields in org.jboss.as.server.deployment with type parameters of type ResourceRootModifier and TypeFieldDescriptionstatic final AttachmentKey<AttachmentList<ResourceRoot>>Attachments.CLASS_PATH_RESOURCE_ROOTSResource roots for additional modules referenced via Class-Path.static final AttachmentKey<ResourceRoot>Attachments.DEPLOYMENT_ROOTThe primary deployment root.static final 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 ResourceRootModifier and TypeMethodDescriptionstatic List<ResourceRoot>DeploymentUtils.allResourceRoots(DeploymentUnit deploymentUnit) Get all resource roots for aDeploymentUnitMethods in org.jboss.as.server.deployment with parameters of type ResourceRootModifier and TypeMethodDescriptionstatic 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 ResourceRootModifier and TypeMethodDescriptionstatic Map<ResourceRoot,org.jboss.jandex.Index> AnnotationIndexUtils.getAnnotationIndexes(DeploymentUnit deploymentUnit) Methods in org.jboss.as.server.deployment.annotation with parameters of type ResourceRootModifier and TypeMethodDescriptionstatic 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 ResourceRootMethods in org.jboss.as.server.deployment.module with parameters of type ResourceRootModifier and TypeMethodDescriptionvoidAdditionalModuleSpecification.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) Deprecated, for removal: This API element is subject to removal in a future version.static StringModuleIdentifierProcessor.createModuleIdentifierAsString(String deploymentUnitName, ResourceRoot deploymentRoot, DeploymentUnit topLevelDeployment, org.jboss.vfs.VirtualFile toplevelRoot, boolean topLevel) Create a module identifier for the deployment.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 ResourceRootModifier and TypeMethodDescriptionvoidAdditionalModuleSpecification.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 ResourceRootModifierConstructorDescriptionAdditionalModuleSpecification(String moduleName, ResourceRoot resourceRoot) Constructor parameters in org.jboss.as.server.deployment.module with type arguments of type ResourceRootModifierConstructorDescriptionAdditionalModuleSpecification(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 ResourceRootModifier and TypeMethodDescriptionfinal voidServerLogger_$logger.cannotFindExtensionListEntry(ExtensionListEntry entry, ResourceRoot resourceRoot) voidServerLogger.cannotFindExtensionListEntry(ExtensionListEntry entry, ResourceRoot resourceRoot)