Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jetty7 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
Item<Array<T>> |
Array.createItem()
Creates a new
Item element |
Item<Entry<T>> |
Entry.getOrCreateItem()
If not already created, a new
Item element with the given value will be created. |
Item<Array<T>> |
Array.getOrCreateItem()
If not already created, a new
Item element will be created and returned. |
Item<T> |
Item.id(String id)
Sets the
id attribute |
Item<T> |
Item.removeArray()
Removes the
Array element |
Item<T> |
Item.removeCall()
Removes the
Call element |
Item<T> |
Item.removeGet()
Removes the
Get element |
Item<T> |
Item.removeId()
Removes the
id attribute |
Item<T> |
Item.removeMap()
Removes the
Map element |
Item<T> |
Item.removeNew()
Removes the
New element |
Item<T> |
Item.removeProperty()
Removes the
Property element |
Item<T> |
Item.removeRef()
Removes the
Ref element |
Item<T> |
Item.removeSystemProperty()
Removes the
SystemProperty element |
Item<T> |
Item.removeType()
Removes the
type attribute |
Item<T> |
Item.systemProperty(String SystemProperty)
Sets the
SystemProperty element |
Item<T> |
Item.text(String value)
Sets the body text for the element
Item |
Item<T> |
Item.type(String type)
Sets the
type attribute |
Modifier and Type | Method and Description |
---|---|
List<Item<Array<T>>> |
Array.getAllItem()
Returns all
Item elements |
Array<Item<T>> |
Item.getOrCreateArray()
If not already created, a new
Array element with the given value will be created. |
Call<Item<T>> |
Item.getOrCreateCall()
If not already created, a new
Call element with the given value will be created. |
Get<Item<T>> |
Item.getOrCreateGet()
If not already created, a new
Get element with the given value will be created. |
Map<Item<T>> |
Item.getOrCreateMap()
If not already created, a new
Map element with the given value will be created. |
New<Item<T>> |
Item.getOrCreateNew()
If not already created, a new
New element with the given value will be created. |
Property<Item<T>> |
Item.getOrCreateProperty()
If not already created, a new
Property element with the given value will be created. |
Ref<Item<T>> |
Item.getOrCreateRef()
If not already created, a new
Ref element with the given value will be created. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.