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 |
---|---|
Array<Call<T>> |
Call.createArray()
Creates a new
Array element |
Array<Ref<T>> |
Ref.createArray()
Creates a new
Array element |
Array<Get<T>> |
Get.createArray()
Creates a new
Array element |
Array<JettyDescriptor> |
JettyDescriptor.createArray()
Creates a new
Array element |
Array<New<T>> |
New.createArray()
Creates a new
Array element |
Array<Property<T>> |
Property.createArray()
Creates a new
Array element |
Array<Item<T>> |
Item.getOrCreateArray()
If not already created, a new
Array element with the given value will be created. |
Array<Call<T>> |
Call.getOrCreateArray()
If not already created, a new
Array element will be created and returned. |
Array<Set<T>> |
Set.getOrCreateArray()
If not already created, a new
Array element with the given value will be created. |
Array<Ref<T>> |
Ref.getOrCreateArray()
If not already created, a new
Array element will be created and returned. |
Array<Get<T>> |
Get.getOrCreateArray()
If not already created, a new
Array element will be created and returned. |
Array<Put<T>> |
Put.getOrCreateArray()
If not already created, a new
Array element with the given value will be created. |
Array<JettyDescriptor> |
JettyDescriptor.getOrCreateArray()
If not already created, a new
Array element will be created and returned. |
Array<New<T>> |
New.getOrCreateArray()
If not already created, a new
Array element will be created and returned. |
Array<Property<T>> |
Property.getOrCreateArray()
If not already created, a new
Array element will be created and returned. |
Array<Arg<T>> |
Arg.getOrCreateArray()
If not already created, a new
Array element with the given value will be created. |
Array<T> |
Array.id(String id)
Sets the
id attribute |
Array<T> |
Array.removeAllItem()
Removes all
Item elements |
Array<T> |
Array.removeId()
Removes the
id attribute |
Array<T> |
Array.removeType()
Removes the
type attribute |
Array<T> |
Array.type(String type)
Sets the
type attribute |
Modifier and Type | Method and Description |
---|---|
Item<Array<T>> |
Array.createItem()
Creates a new
Item element |
List<Array<Call<T>>> |
Call.getAllArray()
Returns all
Array elements |
List<Array<Ref<T>>> |
Ref.getAllArray()
Returns all
Array elements |
List<Array<Get<T>>> |
Get.getAllArray()
Returns all
Array elements |
List<Array<JettyDescriptor>> |
JettyDescriptor.getAllArray()
Returns all
Array elements |
List<Array<New<T>>> |
New.getAllArray()
Returns all
Array elements |
List<Array<Property<T>>> |
Property.getAllArray()
Returns all
Array elements |
List<Item<Array<T>>> |
Array.getAllItem()
Returns all
Item elements |
Item<Array<T>> |
Array.getOrCreateItem()
If not already created, a new
Item element will be created and returned. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.