Package | Description |
---|---|
org.wildfly.build.pack.model | |
org.wildfly.build.provisioning.model | |
org.wildfly.build.util |
Modifier and Type | Method and Description |
---|---|
static ModuleIdentifier |
ModuleIdentifier.fromString(String moduleId) |
ModuleIdentifier |
FeaturePack.Module.getIdentifier() |
Modifier and Type | Method and Description |
---|---|
Map<ModuleIdentifier,FeaturePack.Module> |
FeaturePack.Module.getDependencies()
Retrieves the full set of modules which the module directly and indirectly depends.
|
Map<ModuleIdentifier,FeaturePack.Module> |
FeaturePack.getFeaturePackAndDependenciesModules() |
Map<ModuleIdentifier,FeaturePack.Module> |
FeaturePack.getFeaturePackModules() |
Modifier and Type | Method and Description |
---|---|
Map<ModuleIdentifier,FeaturePack.Module> |
ServerProvisioningFeaturePack.getModules(ArtifactFileResolver artifactFileResolver,
boolean excludeDependencies)
Retrieves the collection of modules to include from the feature pack, considering the server provisioning description module filtering:
1) module filtering --> modules accepted by filters only
2) no module filtering + config/subsystems filtering --> only the specified config's subsystems, and dependencies
3) no module filtering + no config filtering --> all modules
|
Modifier and Type | Method and Description |
---|---|
ModuleIdentifier |
ModuleParseResult.getIdentifier() |
ModuleIdentifier |
ModuleParseResult.ModuleDependency.getModuleId() |
Constructor and Description |
---|
ModuleDependency(ModuleIdentifier moduleId,
boolean optional) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.