public class ConfigFile extends Object
| Constructor and Description |
|---|
ConfigFile(Map<String,String> properties,
String template,
String subsystems,
String outputFile) |
| Modifier and Type | Method and Description |
|---|---|
String |
getOutputFile() |
Map<String,String> |
getProperties() |
Map<String,Map<String,SubsystemConfig>> |
getSubsystemConfigs(File featurePackFile)
Retrieves the subsystems configs.
|
String |
getSubsystems() |
String |
getTemplate() |
public String getTemplate()
public String getSubsystems()
public String getOutputFile()
public Map<String,Map<String,SubsystemConfig>> getSubsystemConfigs(File featurePackFile) throws IOException, XMLStreamException
featurePackFile - the feature pack's file containing the subsystem configsIOExceptionXMLStreamExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.