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 |
---|---|
Entry<Map<T>> |
Map.createEntry()
Creates a new
Entry element |
Entry<Map<T>> |
Map.getOrCreateEntry()
If not already created, a new
Entry element will be created and returned. |
Entry<T> |
Entry.removeItem()
Removes the
Item element |
Modifier and Type | Method and Description |
---|---|
List<Entry<Map<T>>> |
Map.getAllEntry()
Returns all
Entry elements |
Item<Entry<T>> |
Entry.getOrCreateItem()
If not already created, a new
Item element with the given value will be created. |
Copyright © 2022 JBoss by Red Hat. All rights reserved.