Class AdditionalModuleSpecification
java.lang.Object
org.jboss.as.server.deployment.SimpleAttachable
org.jboss.as.server.deployment.module.ModuleSpecification
org.jboss.as.server.deployment.module.AdditionalModuleSpecification
- All Implemented Interfaces:
Attachable
Represents an additional module attached to a top level deployment.
- Author:
- Stuart Douglas
-
Constructor Summary
ConstructorsConstructorDescriptionAdditionalModuleSpecification(String moduleName, Collection<ResourceRoot> resourceRoots) AdditionalModuleSpecification(String moduleName, ResourceRoot resourceRoot) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddResourceRoot(ResourceRoot resourceRoot) Deprecated, for removal: This API element is subject to removal in a future version.unused method will be removedvoidaddResourceRoots(Collection<ResourceRoot> resourceRoots) Deprecated, for removal: This API element is subject to removal in a future version.unused method will be removedMethods inherited from class org.jboss.as.server.deployment.module.ModuleSpecification
addAlias, addAliases, addClassTransformer, addExclusion, addExclusions, addLocalDependencies, addLocalDependency, addModuleAlias, addModuleExclusion, addModuleSystemDependencies, addPermissionFactory, addResourceLoader, addSystemDependencies, addSystemDependency, addUserDependencies, addUserDependency, getAliases, getAllDependencies, getClassTransformers, getFictitiousExcludedDependencies, getLocalDependenciesSet, getModuleAliases, getModuleSystemDependencies, getNonexistentExcludedDependencies, getPermissionFactories, getResourceLoaders, getSystemDependenciesSet, getUserDependenciesSet, isExclusionsCascadedToSubDeployments, isLocalDependenciesTransitive, isLocalLast, isPrivateModule, isPublicModule, isSubDeploymentModulesIsolated, removeUserDependencies, setExclusionsCascadedToSubDeployments, setLocalDependenciesTransitive, setLocalLast, setPrivateModule, setPublicModule, setSubDeploymentModulesIsolatedMethods inherited from class org.jboss.as.server.deployment.SimpleAttachable
addToAttachmentList, attachmentKeys, getAttachment, getAttachmentList, hasAttachment, putAttachment, removeAttachmentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.as.server.deployment.Attachable
addToAttachmentList, getAttachment, getAttachmentList, hasAttachment, putAttachment, removeAttachment
-
Constructor Details
-
AdditionalModuleSpecification
-
AdditionalModuleSpecification
-
-
Method Details
-
getModuleName
-
addResourceRoot
Deprecated, for removal: This API element is subject to removal in a future version.unused method will be removed -
addResourceRoots
Deprecated, for removal: This API element is subject to removal in a future version.unused method will be removed -
getResourceRoots
-