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 |
---|---|
PropertyType<ConfigFileType<T>> |
ConfigFileType.createProperty()
Creates a new
property element |
PropertyType<ConfigFileType<T>> |
ConfigFileType.getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
PropertyType<T> |
PropertyType.name(String name)
Sets the
name attribute |
PropertyType<T> |
PropertyType.removeName()
Removes the
name attribute |
PropertyType<T> |
PropertyType.removeValue()
Removes the
value attribute |
PropertyType<T> |
PropertyType.value(String value)
Sets the
value attribute |
Modifier and Type | Method and Description |
---|---|
List<PropertyType<ConfigFileType<T>>> |
ConfigFileType.getAllProperty()
Returns all
property elements |
Copyright © 2018 JBoss by Red Hat. All rights reserved.