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 |
---|---|
Put<Call<T>> |
Call.createPut()
Creates a new
Put element |
Put<JettyDescriptor> |
JettyDescriptor.createPut()
Creates a new
Put element |
Put<New<T>> |
New.createPut()
Creates a new
Put element |
Put<Ref<T>> |
Ref.createPut()
Creates a new
Put element |
Put<Property<T>> |
Property.createPut()
Creates a new
Put element |
Put<Get<T>> |
Get.createPut()
Creates a new
Put element |
Put<Call<T>> |
Call.getOrCreatePut()
If not already created, a new
Put element will be created and returned. |
Put<JettyDescriptor> |
JettyDescriptor.getOrCreatePut()
If not already created, a new
Put element will be created and returned. |
Put<New<T>> |
New.getOrCreatePut()
If not already created, a new
Put element will be created and returned. |
Put<Ref<T>> |
Ref.getOrCreatePut()
If not already created, a new
Put element will be created and returned. |
Put<Property<T>> |
Property.getOrCreatePut()
If not already created, a new
Put element will be created and returned. |
Put<Get<T>> |
Get.getOrCreatePut()
If not already created, a new
Put element will be created and returned. |
Put<T> |
Put.name(String name)
Sets the
name attribute |
Put<T> |
Put.removeArray()
Removes the
Array element |
Put<T> |
Put.removeCall()
Removes the
Call element |
Put<T> |
Put.removeGet()
Removes the
Get element |
Put<T> |
Put.removeMap()
Removes the
Map element |
Put<T> |
Put.removeName()
Removes the
name attribute |
Put<T> |
Put.removeNew()
Removes the
New element |
Put<T> |
Put.removeProperty()
Removes the
Property element |
Put<T> |
Put.removeRef()
Removes the
Ref element |
Put<T> |
Put.removeSystemProperty()
Removes the
SystemProperty element |
Put<T> |
Put.removeType()
Removes the
type attribute |
Put<T> |
Put.systemProperty(String SystemProperty)
Sets the
SystemProperty element |
Put<T> |
Put.text(String value)
Sets the body text for the element
Put |
Put<T> |
Put.type(String type)
Sets the
type attribute |
Modifier and Type | Method and Description |
---|---|
List<Put<Call<T>>> |
Call.getAllPut()
Returns all
Put elements |
List<Put<JettyDescriptor>> |
JettyDescriptor.getAllPut()
Returns all
Put elements |
List<Put<New<T>>> |
New.getAllPut()
Returns all
Put elements |
List<Put<Ref<T>>> |
Ref.getAllPut()
Returns all
Put elements |
List<Put<Property<T>>> |
Property.getAllPut()
Returns all
Put elements |
List<Put<Get<T>>> |
Get.getAllPut()
Returns all
Put elements |
Array<Put<T>> |
Put.getOrCreateArray()
If not already created, a new
Array element with the given value will be created. |
Call<Put<T>> |
Put.getOrCreateCall()
If not already created, a new
Call element with the given value will be created. |
Get<Put<T>> |
Put.getOrCreateGet()
If not already created, a new
Get element with the given value will be created. |
Map<Put<T>> |
Put.getOrCreateMap()
If not already created, a new
Map element with the given value will be created. |
New<Put<T>> |
Put.getOrCreateNew()
If not already created, a new
New 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. |
Ref<Put<T>> |
Put.getOrCreateRef()
If not already created, a new
Ref element with the given value will be created. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.