Package | Description |
---|---|
org.wildfly.build.common.model | |
org.wildfly.build.configassembly | |
org.wildfly.build.provisioning.model |
Modifier and Type | Method and Description |
---|---|
Map<String,Map<String,SubsystemConfig>> |
ConfigFile.getSubsystemConfigs(File featurePackFile)
Retrieves the subsystems configs.
|
Map<String,Map<String,SubsystemConfig>> |
ConfigFileOverride.getSubsystems() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigFileOverride.setSubsystems(Map<String,Map<String,SubsystemConfig>> subsystems) |
Constructor and Description |
---|
ConfigFileOverride(Map<String,String> properties,
boolean useTemplate,
Map<String,Map<String,SubsystemConfig>> subsystems,
String outputFile) |
Modifier and Type | Method and Description |
---|---|
static void |
SubsystemsParser.parse(InputStreamSource inputStreamSource,
BuildPropertyReplacer propertyReplacer,
Map<String,Map<String,SubsystemConfig>> result) |
static void |
SubsystemsParser.parse(InputStreamSource inputStreamSource,
Map<String,Map<String,SubsystemConfig>> result) |
static void |
SubsystemsParser.parse(InputStreamSource inputStreamSource,
Map<String,String> properties,
Map<String,Map<String,SubsystemConfig>> result) |
static void |
SubsystemsParser.parseConfig(XMLStreamReader reader,
BuildPropertyReplacer propertyReplacer,
Map<String,Map<String,SubsystemConfig>> result) |
static void |
SubsystemsParser.parseSubsystems(XMLStreamReader reader,
BuildPropertyReplacer propertyReplacer,
Map<String,Map<String,SubsystemConfig>> result) |
Constructor and Description |
---|
ConfigurationAssembler(SubsystemInputStreamSources subsystemInputStreamSources,
InputStreamSource templateInputStreamSource,
String templateRootElementName,
Map<String,Map<String,SubsystemConfig>> subsystemConfigs,
File outputFile) |
Modifier and Type | Method and Description |
---|---|
Map<String,Map<String,SubsystemConfig>> |
ServerProvisioningFeaturePack.ConfigFile.getSubsystems() |
Map<String,Map<String,SubsystemConfig>> |
ServerProvisioning.ConfigFile.getSubsystems() |
Copyright © 2023 JBoss by Red Hat. All rights reserved.