org.kie.commons.java.nio.base
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 AttrHolder
public <V extends AttributeView> void addAttrView(V view)
addAttrView
in interface AttrHolder
public <V extends AttributeView> V getAttrView(Class<V> type)
getAttrView
in interface AttrHolder
public <V extends AttributeView> V getAttrView(String name)
getAttrView
in interface AttrHolder
public void clear()
clear
in interface AttrsStorage
public Properties toProperties()
toProperties
in interface AttrsStorage
public void loadContent(Properties properties)
loadContent
in interface AttrsStorage
public Map<String,Object> getContent()
getContent
in interface AttrsStorage
public Map<String,Object> getAllContent()
getAllContent
in interface AttrsStorage
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.