public class AttrsStorageImpl extends Object implements AttrsStorage
| Constructor and Description |
|---|
AttrsStorageImpl() |
| Modifier and Type | Method and Description |
|---|---|
<V extends AttributeView> |
addAttrView(V view) |
void |
clear() |
Map<String,Object> |
getAllContent() |
AttrsStorage |
getAttrStorage() |
<V extends AttributeView> |
getAttrView(Class<V> type) |
<V extends AttributeView> |
getAttrView(String name) |
Map<String,Object> |
getContent() |
void |
loadContent(Properties properties) |
Properties |
toProperties() |
public AttrsStorage getAttrStorage()
getAttrStorage in interface AttrHolderpublic <V extends AttributeView> void addAttrView(V view)
addAttrView in interface AttrHolderpublic <V extends AttributeView> V getAttrView(Class<V> type)
getAttrView in interface AttrHolderpublic <V extends AttributeView> V getAttrView(String name)
getAttrView in interface AttrHolderpublic void clear()
clear in interface AttrsStoragepublic Properties toProperties()
toProperties in interface AttrsStoragepublic void loadContent(Properties properties)
loadContent in interface AttrsStoragepublic Map<String,Object> getContent()
getContent in interface AttrsStoragepublic Map<String,Object> getAllContent()
getAllContent in interface AttrsStorageCopyright © 2012–2017 JBoss by Red Hat. All rights reserved.