
public interface ConfigFileType<T> extends Child<T>
config-file-type xsd type| Modifier and Type | Method and Description |
|---|---|
PropertyType<ConfigFileType<T>> |
createProperty()
Creates a new
property element |
List<PropertyType<ConfigFileType<T>>> |
getAllProperty()
Returns all
property elements |
PropertyType<ConfigFileType<T>> |
getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
String |
getOutputFile()
Returns the
output-file attribute |
String |
getSubsystems()
Returns the
subsystems attribute |
String |
getTemplate()
Returns the
template attribute |
ConfigFileType<T> |
outputFile(String outputFile)
Sets the
output-file attribute |
ConfigFileType<T> |
removeAllProperty()
Removes all
property elements |
ConfigFileType<T> |
removeOutputFile()
Removes the
output-file attribute |
ConfigFileType<T> |
removeSubsystems()
Removes the
subsystems attribute |
ConfigFileType<T> |
removeTemplate()
Removes the
template attribute |
ConfigFileType<T> |
subsystems(String subsystems)
Sets the
subsystems attribute |
ConfigFileType<T> |
template(String template)
Sets the
template attribute |
PropertyType<ConfigFileType<T>> getOrCreateProperty()
property element will be created and returned.
Otherwise, the first existing property element will be returned.propertyPropertyType<ConfigFileType<T>> createProperty()
property elementPropertyType> List<PropertyType<ConfigFileType<T>>> getAllProperty()
property elementspropertyConfigFileType<T> removeAllProperty()
property elementsPropertyType> ConfigFileType<T> template(String template)
template attributetemplate - the value for the attribute templateConfigFileTypeString getTemplate()
template attributetemplateConfigFileType<T> removeTemplate()
template attributeConfigFileTypeConfigFileType<T> subsystems(String subsystems)
subsystems attributesubsystems - the value for the attribute subsystemsConfigFileTypeString getSubsystems()
subsystems attributesubsystemsConfigFileType<T> removeSubsystems()
subsystems attributeConfigFileTypeConfigFileType<T> outputFile(String outputFile)
output-file attributeoutputFile - the value for the attribute output-fileConfigFileTypeString getOutputFile()
output-file attributeoutput-fileConfigFileType<T> removeOutputFile()
output-file attributeConfigFileTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.