Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.beans11 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
IfSystemProperty<Exclude<T>> |
Exclude.createIfSystemProperty()
Creates a new
if-system-property element |
IfSystemProperty<Exclude<T>> |
Exclude.getOrCreateIfSystemProperty()
If not already created, a new
if-system-property element will be created and returned. |
IfSystemProperty<T> |
IfSystemProperty.name(String name)
Sets the
name attribute |
IfSystemProperty<T> |
IfSystemProperty.removeName()
Removes the
name attribute |
IfSystemProperty<T> |
IfSystemProperty.removeValue()
Removes the
value attribute |
IfSystemProperty<T> |
IfSystemProperty.value(String value)
Sets the
value attribute |
Modifier and Type | Method and Description |
---|---|
List<IfSystemProperty<Exclude<T>>> |
Exclude.getAllIfSystemProperty()
Returns all
if-system-property elements |
Copyright © 2017 JBoss by Red Hat. All rights reserved.