Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.wildflyfeaturepack11 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
ConfigFileType<ConfigType<T>> |
ConfigType.createDomain()
Creates a new
domain element |
ConfigFileType<ConfigType<T>> |
ConfigType.createHost()
Creates a new
host element |
ConfigFileType<ConfigType<T>> |
ConfigType.createStandalone()
Creates a new
standalone element |
ConfigFileType<ConfigType<T>> |
ConfigType.getOrCreateDomain()
If not already created, a new
domain element will be created and returned. |
ConfigFileType<ConfigType<T>> |
ConfigType.getOrCreateHost()
If not already created, a new
host element will be created and returned. |
ConfigFileType<ConfigType<T>> |
ConfigType.getOrCreateStandalone()
If not already created, a new
standalone element will be created and returned. |
ConfigFileType<T> |
ConfigFileType.outputFile(String outputFile)
Sets the
output-file attribute |
ConfigFileType<T> |
ConfigFileType.removeAllProperty()
Removes all
property elements |
ConfigFileType<T> |
ConfigFileType.removeOutputFile()
Removes the
output-file attribute |
ConfigFileType<T> |
ConfigFileType.removeSubsystems()
Removes the
subsystems attribute |
ConfigFileType<T> |
ConfigFileType.removeTemplate()
Removes the
template attribute |
ConfigFileType<T> |
ConfigFileType.subsystems(String subsystems)
Sets the
subsystems attribute |
ConfigFileType<T> |
ConfigFileType.template(String template)
Sets the
template attribute |
Modifier and Type | Method and Description |
---|---|
PropertyType<ConfigFileType<T>> |
ConfigFileType.createProperty()
Creates a new
property element |
List<ConfigFileType<ConfigType<T>>> |
ConfigType.getAllDomain()
Returns all
domain elements |
List<ConfigFileType<ConfigType<T>>> |
ConfigType.getAllHost()
Returns all
host elements |
List<PropertyType<ConfigFileType<T>>> |
ConfigFileType.getAllProperty()
Returns all
property elements |
List<ConfigFileType<ConfigType<T>>> |
ConfigType.getAllStandalone()
Returns all
standalone elements |
PropertyType<ConfigFileType<T>> |
ConfigFileType.getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
Copyright © 2022 JBoss by Red Hat. All rights reserved.