public interface ConfigFileType<T> extends Child<T>
config-file-type
xsd typeModifier 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.property
PropertyType<ConfigFileType<T>> createProperty()
property
elementPropertyType>
List<PropertyType<ConfigFileType<T>>> getAllProperty()
property
elementsproperty
ConfigFileType<T> removeAllProperty()
property
elementsPropertyType>
ConfigFileType<T> template(String template)
template
attributetemplate
- the value for the attribute template
ConfigFileType
String getTemplate()
template
attributetemplate
ConfigFileType<T> removeTemplate()
template
attributeConfigFileType
ConfigFileType<T> subsystems(String subsystems)
subsystems
attributesubsystems
- the value for the attribute subsystems
ConfigFileType
String getSubsystems()
subsystems
attributesubsystems
ConfigFileType<T> removeSubsystems()
subsystems
attributeConfigFileType
ConfigFileType<T> outputFile(String outputFile)
output-file
attributeoutputFile
- the value for the attribute output-file
ConfigFileType
String getOutputFile()
output-file
attributeoutput-file
ConfigFileType<T> removeOutputFile()
output-file
attributeConfigFileType
Copyright © 2019 JBoss by Red Hat. All rights reserved.