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