Uses of Class
org.jboss.as.server.deployment.module.ModuleDependency
-
Packages that use ModuleDependency Package Description org.jboss.as.server.deployment The JBossAS domain deployment subsystem classes.org.jboss.as.server.deployment.module org.jboss.as.server.moduleservice -
-
Uses of ModuleDependency in org.jboss.as.server.deployment
Fields in org.jboss.as.server.deployment with type parameters of type ModuleDependency Modifier and Type Field Description static AttachmentKey<AttachmentList<ModuleDependency>>Attachments. MANIFEST_DEPENDENCIES -
Uses of ModuleDependency in org.jboss.as.server.deployment.module
Methods in org.jboss.as.server.deployment.module that return ModuleDependency Modifier and Type Method Description ModuleDependencyModuleDependency.Builder. build()Build aModuleDependencyusing this builder's settings.Methods in org.jboss.as.server.deployment.module that return types with arguments of type ModuleDependency Modifier and Type Method Description List<ModuleDependency>ModuleSpecification. getAllDependencies()Set<ModuleDependency>ModuleSpecification. getLocalDependenciesSet()Local dependencies are dependencies on other parts of the deployment, such as a class-path entrySet<ModuleDependency>ModuleSpecification. getSystemDependenciesSet()System dependencies are dependencies that are added automatically by the container.Set<ModuleDependency>ModuleSpecification. getUserDependenciesSet()User dependencies are dependencies that the user has specifically added, either via jboss-deployment-structure.xml or via the manifest.Methods in org.jboss.as.server.deployment.module with parameters of type ModuleDependency Modifier and Type Method Description voidModuleSpecification. addLocalDependency(ModuleDependency dependency)voidModuleSpecification. addSystemDependency(ModuleDependency dependency)voidModuleSpecification. addUserDependency(ModuleDependency dependency)Method parameters in org.jboss.as.server.deployment.module with type arguments of type ModuleDependency Modifier and Type Method Description voidModuleSpecification. addLocalDependencies(Collection<ModuleDependency> dependencies)voidModuleSpecification. addSystemDependencies(Collection<ModuleDependency> dependencies)voidModuleSpecification. addUserDependencies(Collection<ModuleDependency> dependencies)static voidModuleAliasChecker. checkModuleAliasesForDependencies(List<ModuleDependency> dependencies, ModuleAliasChecker.MessageContext context, String deploymentName)Check whether the identifier passed as an argument represents an Alias and if so, log a warning describing that the alias can be replaced with its target module.voidModuleSpecification. removeUserDependencies(Predicate<ModuleDependency> predicate)Remove user dependencies that match the predicate. -
Uses of ModuleDependency in org.jboss.as.server.moduleservice
Methods in org.jboss.as.server.moduleservice that return types with arguments of type ModuleDependency Modifier and Type Method Description Set<ModuleDependency>ModuleDefinition. getDependencies()List<ModuleDependency>ModuleLoadService. getLocalDependencies()List<ModuleDependency>ModuleLoadService. getSystemDependencies()List<ModuleDependency>ModuleLoadService. getUserDependencies()Method parameters in org.jboss.as.server.moduleservice with type arguments of type ModuleDependency Modifier and Type Method Description static org.jboss.msc.service.ServiceNameModuleLoadService. install(org.jboss.msc.service.ServiceTarget target, String identifier, Collection<ModuleDependency> systemDependencies, Collection<ModuleDependency> localDependencies, Collection<ModuleDependency> userDependencies)Constructor parameters in org.jboss.as.server.moduleservice with type arguments of type ModuleDependency Constructor Description ModuleDefinition(String moduleIdentifier, Set<ModuleDependency> dependencies, org.jboss.modules.ModuleSpec moduleSpec)ModuleDefinition(org.jboss.modules.ModuleIdentifier moduleIdentifier, Set<ModuleDependency> dependencies, org.jboss.modules.ModuleSpec moduleSpec)Deprecated, for removal: This API element is subject to removal in a future version.
-