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