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