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 |
---|---|
Map<JettyDescriptor> |
JettyDescriptor.createMap()
Creates a new
Map element |
Map<Property<T>> |
Property.createMap()
Creates a new
Map element |
Map<New<T>> |
New.createMap()
Creates a new
Map element |
Map<Get<T>> |
Get.createMap()
Creates a new
Map element |
Map<Ref<T>> |
Ref.createMap()
Creates a new
Map element |
Map<Call<T>> |
Call.createMap()
Creates a new
Map element |
Map<Item<T>> |
Item.getOrCreateMap()
If not already created, a new
Map element with the given value will be created. |
Map<JettyDescriptor> |
JettyDescriptor.getOrCreateMap()
If not already created, a new
Map element will be created and returned. |
Map<Set<T>> |
Set.getOrCreateMap()
If not already created, a new
Map element with the given value will be created. |
Map<Property<T>> |
Property.getOrCreateMap()
If not already created, a new
Map element will be created and returned. |
Map<New<T>> |
New.getOrCreateMap()
If not already created, a new
Map element will be created and returned. |
Map<Arg<T>> |
Arg.getOrCreateMap()
If not already created, a new
Map element with the given value will be created. |
Map<Get<T>> |
Get.getOrCreateMap()
If not already created, a new
Map element will be created and returned. |
Map<Ref<T>> |
Ref.getOrCreateMap()
If not already created, a new
Map element will be created and returned. |
Map<Call<T>> |
Call.getOrCreateMap()
If not already created, a new
Map element will be created and returned. |
Map<Put<T>> |
Put.getOrCreateMap()
If not already created, a new
Map element with the given value will be created. |
Map<T> |
Map.id(String id)
Sets the
id attribute |
Map<T> |
Map.removeAllEntry()
Removes all
Entry elements |
Map<T> |
Map.removeId()
Removes the
id attribute |
Modifier and Type | Method and Description |
---|---|
Entry<Map<T>> |
Map.createEntry()
Creates a new
Entry element |
List<Entry<Map<T>>> |
Map.getAllEntry()
Returns all
Entry elements |
List<Map<JettyDescriptor>> |
JettyDescriptor.getAllMap()
Returns all
Map elements |
List<Map<Property<T>>> |
Property.getAllMap()
Returns all
Map elements |
List<Map<New<T>>> |
New.getAllMap()
Returns all
Map elements |
List<Map<Get<T>>> |
Get.getAllMap()
Returns all
Map elements |
List<Map<Ref<T>>> |
Ref.getAllMap()
Returns all
Map elements |
List<Map<Call<T>>> |
Call.getAllMap()
Returns all
Map elements |
Entry<Map<T>> |
Map.getOrCreateEntry()
If not already created, a new
Entry element will be created and returned. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.