|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Configure | |
---|---|
org.jboss.shrinkwrap.descriptor.api.jetty7 | Provides the interfaces and enumeration types as defined in the schema |
Uses of Configure in org.jboss.shrinkwrap.descriptor.api.jetty7 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.jetty7 that return Configure | |
---|---|
Configure<T> |
Configure.clazz(String clazz)
Sets the class attribute |
Configure<T> |
Configure.id(String id)
Sets the id attribute |
Configure<T> |
Configure.removeAllArray()
Removes all Array elements |
Configure<T> |
Configure.removeAllCall()
Removes all Call elements |
Configure<T> |
Configure.removeAllGet()
Removes all Get elements |
Configure<T> |
Configure.removeAllMap()
Removes all Map elements |
Configure<T> |
Configure.removeAllNew()
Removes all New elements |
Configure<T> |
Configure.removeAllProperty()
Removes all Property elements |
Configure<T> |
Configure.removeAllPut()
Removes all Put elements |
Configure<T> |
Configure.removeAllRef()
Removes all Ref elements |
Configure<T> |
Configure.removeAllSet()
Removes all Set elements |
Configure<T> |
Configure.removeClazz()
Removes the class attribute |
Configure<T> |
Configure.removeId()
Removes the id attribute |
Methods in org.jboss.shrinkwrap.descriptor.api.jetty7 that return types with arguments of type Configure | |
---|---|
Array<Configure<T>> |
Configure.createArray()
Creates a new Array element |
Call<Configure<T>> |
Configure.createCall()
Creates a new Call element |
Get<Configure<T>> |
Configure.createGet()
Creates a new Get element |
Map<Configure<T>> |
Configure.createMap()
Creates a new Map element |
New<Configure<T>> |
Configure.createNew()
Creates a new New element |
Property<Configure<T>> |
Configure.createProperty()
Creates a new Property element |
Put<Configure<T>> |
Configure.createPut()
Creates a new Put element |
Ref<Configure<T>> |
Configure.createRef()
Creates a new Ref element |
Set<Configure<T>> |
Configure.createSet()
Creates a new Set element |
List<Array<Configure<T>>> |
Configure.getAllArray()
Returns all Array elements |
List<Call<Configure<T>>> |
Configure.getAllCall()
Returns all Call elements |
List<Get<Configure<T>>> |
Configure.getAllGet()
Returns all Get elements |
List<Map<Configure<T>>> |
Configure.getAllMap()
Returns all Map elements |
List<New<Configure<T>>> |
Configure.getAllNew()
Returns all New elements |
List<Property<Configure<T>>> |
Configure.getAllProperty()
Returns all Property elements |
List<Put<Configure<T>>> |
Configure.getAllPut()
Returns all Put elements |
List<Ref<Configure<T>>> |
Configure.getAllRef()
Returns all Ref elements |
List<Set<Configure<T>>> |
Configure.getAllSet()
Returns all Set elements |
Array<Configure<T>> |
Configure.getOrCreateArray()
If not already created, a new Array element will be created and returned. |
Call<Configure<T>> |
Configure.getOrCreateCall()
If not already created, a new Call element will be created and returned. |
Get<Configure<T>> |
Configure.getOrCreateGet()
If not already created, a new Get element will be created and returned. |
Map<Configure<T>> |
Configure.getOrCreateMap()
If not already created, a new Map element will be created and returned. |
New<Configure<T>> |
Configure.getOrCreateNew()
If not already created, a new New element will be created and returned. |
Property<Configure<T>> |
Configure.getOrCreateProperty()
If not already created, a new Property element will be created and returned. |
Put<Configure<T>> |
Configure.getOrCreatePut()
If not already created, a new Put element will be created and returned. |
Ref<Configure<T>> |
Configure.getOrCreateRef()
If not already created, a new Ref element will be created and returned. |
Set<Configure<T>> |
Configure.getOrCreateSet()
If not already created, a new Set element will be created and returned. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |