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 |
---|---|
ConfigType<WildFlyFeaturePackDescriptor> |
WildFlyFeaturePackDescriptor.getOrCreateConfig()
If not already created, a new
config element with the given value will be created. |
ConfigType<T> |
ConfigType.removeAllDomain()
Removes all
domain elements |
ConfigType<T> |
ConfigType.removeAllHost()
Removes all
host elements |
ConfigType<T> |
ConfigType.removeAllStandalone()
Removes all
standalone elements |
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 |
List<ConfigFileType<ConfigType<T>>> |
ConfigType.getAllDomain()
Returns all
domain elements |
List<ConfigFileType<ConfigType<T>>> |
ConfigType.getAllHost()
Returns all
host elements |
List<ConfigFileType<ConfigType<T>>> |
ConfigType.getAllStandalone()
Returns all
standalone elements |
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. |
Copyright © 2024 JBoss by Red Hat. All rights reserved.