Uses of Class
org.jboss.as.server.deployment.module.ModuleDependency.Builder
Packages that use ModuleDependency.Builder
-
Uses of ModuleDependency.Builder in org.jboss.as.server.deployment.module
Methods in org.jboss.as.server.deployment.module that return ModuleDependency.BuilderModifier and TypeMethodDescriptionstatic ModuleDependency.BuilderModuleDependency.Builder.setExport(boolean export) Sets whether the dependent module should export this dependency's resources.ModuleDependency.Builder.setImportServices(boolean importServices) Sets whether the dependent module should be able to import services from this dependency.ModuleDependency.Builder.setOptional(boolean optional) Sets whether this dependency is optional.Sets an informational reason describing why this dependency was added.ModuleDependency.Builder.setUserSpecified(boolean userSpecified) Sets whether this dependency was explicitly specified by the user.