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