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 |
---|---|
Get<T> |
Get.clazz(String clazz)
Sets the
class attribute |
Get<JettyDescriptor> |
JettyDescriptor.createGet()
Creates a new
Get element |
Get<Ref<T>> |
Ref.createGet()
Creates a new
Get element |
Get<Get<T>> |
Get.createGet()
Creates a new
Get element |
Get<Call<T>> |
Call.createGet()
Creates a new
Get element |
Get<Property<T>> |
Property.createGet()
Creates a new
Get element |
Get<New<T>> |
New.createGet()
Creates a new
Get element |
Get<JettyDescriptor> |
JettyDescriptor.getOrCreateGet()
If not already created, a new
Get element will be created and returned. |
Get<Ref<T>> |
Ref.getOrCreateGet()
If not already created, a new
Get element will be created and returned. |
Get<Set<T>> |
Set.getOrCreateGet()
If not already created, a new
Get element with the given value will be created. |
Get<Arg<T>> |
Arg.getOrCreateGet()
If not already created, a new
Get element with the given value will be created. |
Get<Get<T>> |
Get.getOrCreateGet()
If not already created, a new
Get element will be created and returned. |
Get<Call<T>> |
Call.getOrCreateGet()
If not already created, a new
Get element will be created and returned. |
Get<Property<T>> |
Property.getOrCreateGet()
If not already created, a new
Get element will be created and returned. |
Get<Item<T>> |
Item.getOrCreateGet()
If not already created, a new
Get element with the given value will be created. |
Get<New<T>> |
New.getOrCreateGet()
If not already created, a new
Get element will be created and returned. |
Get<Put<T>> |
Put.getOrCreateGet()
If not already created, a new
Get element with the given value will be created. |
Get<T> |
Get.id(String id)
Sets the
id attribute |
Get<T> |
Get.name(String name)
Sets the
name attribute |
Get<T> |
Get.removeAllArray()
Removes all
Array elements |
Get<T> |
Get.removeAllCall()
Removes all
Call elements |
Get<T> |
Get.removeAllGet()
Removes all
Get elements |
Get<T> |
Get.removeAllMap()
Removes all
Map elements |
Get<T> |
Get.removeAllNew()
Removes all
New elements |
Get<T> |
Get.removeAllProperty()
Removes all
Property elements |
Get<T> |
Get.removeAllPut()
Removes all
Put elements |
Get<T> |
Get.removeAllRef()
Removes all
Ref elements |
Get<T> |
Get.removeAllSet()
Removes all
Set elements |
Get<T> |
Get.removeClazzAttr()
Removes the
class attribute |
Get<T> |
Get.removeId()
Removes the
id attribute |
Get<T> |
Get.removeName()
Removes the
name attribute |
Modifier and Type | Method and Description |
---|---|
Array<Get<T>> |
Get.createArray()
Creates a new
Array element |
Call<Get<T>> |
Get.createCall()
Creates a new
Call element |
Get<Get<T>> |
Get.createGet()
Creates a new
Get element |
Map<Get<T>> |
Get.createMap()
Creates a new
Map element |
New<Get<T>> |
Get.createNew()
Creates a new
New element |
Property<Get<T>> |
Get.createProperty()
Creates a new
Property element |
Put<Get<T>> |
Get.createPut()
Creates a new
Put element |
Ref<Get<T>> |
Get.createRef()
Creates a new
Ref element |
Set<Get<T>> |
Get.createSet()
Creates a new
Set element |
List<Array<Get<T>>> |
Get.getAllArray()
Returns all
Array elements |
List<Call<Get<T>>> |
Get.getAllCall()
Returns all
Call elements |
List<Get<JettyDescriptor>> |
JettyDescriptor.getAllGet()
Returns all
Get elements |
List<Get<Ref<T>>> |
Ref.getAllGet()
Returns all
Get elements |
List<Get<Get<T>>> |
Get.getAllGet()
Returns all
Get elements |
List<Get<Get<T>>> |
Get.getAllGet()
Returns all
Get elements |
List<Get<Call<T>>> |
Call.getAllGet()
Returns all
Get elements |
List<Get<Property<T>>> |
Property.getAllGet()
Returns all
Get elements |
List<Get<New<T>>> |
New.getAllGet()
Returns all
Get elements |
List<Map<Get<T>>> |
Get.getAllMap()
Returns all
Map elements |
List<New<Get<T>>> |
Get.getAllNew()
Returns all
New elements |
List<Property<Get<T>>> |
Get.getAllProperty()
Returns all
Property elements |
List<Put<Get<T>>> |
Get.getAllPut()
Returns all
Put elements |
List<Ref<Get<T>>> |
Get.getAllRef()
Returns all
Ref elements |
List<Set<Get<T>>> |
Get.getAllSet()
Returns all
Set elements |
Array<Get<T>> |
Get.getOrCreateArray()
If not already created, a new
Array element will be created and returned. |
Call<Get<T>> |
Get.getOrCreateCall()
If not already created, a new
Call element will be created and returned. |
Get<Get<T>> |
Get.getOrCreateGet()
If not already created, a new
Get element will be created and returned. |
Map<Get<T>> |
Get.getOrCreateMap()
If not already created, a new
Map element will be created and returned. |
New<Get<T>> |
Get.getOrCreateNew()
If not already created, a new
New element will be created and returned. |
Property<Get<T>> |
Get.getOrCreateProperty()
If not already created, a new
Property element will be created and returned. |
Put<Get<T>> |
Get.getOrCreatePut()
If not already created, a new
Put element will be created and returned. |
Ref<Get<T>> |
Get.getOrCreateRef()
If not already created, a new
Ref element will be created and returned. |
Set<Get<T>> |
Get.getOrCreateSet()
If not already created, a new
Set element will be created and returned. |
Copyright © 2022 JBoss by Red Hat. All rights reserved.