public class AugmentationsImpl extends Object implements Augmentations
| Constructor and Description |
|---|
AugmentationsImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getItem(String key)
Get information identified by a key from the Augmentations structure
|
Enumeration |
keys()
Returns an enumeration of the keys in the Augmentations structure
|
Object |
putItem(String key,
Object item)
Add additional information identified by a key to the Augmentations structure.
|
void |
removeAllItems()
Remove all objects from the Augmentations structure.
|
Object |
removeItem(String key)
Remove additional info from the Augmentations structure
|
String |
toString() |
public Object putItem(String key, Object item)
putItem in interface Augmentationskey - Identifier, can't be nullitem - Additional informationnull if it did not have one.public Object getItem(String key)
getItem in interface Augmentationskey - Identifier, can't be nullnull if the key is not mapped to any value.public Object removeItem(String key)
removeItem in interface Augmentationskey - Identifier, can't be nullnull if it did not have one.public Enumeration keys()
keys in interface Augmentationspublic void removeAllItems()
removeAllItems in interface AugmentationsCopyright © 2017 JBoss by Red Hat. All rights reserved.