org.kie.commons.java.nio.base
Class AttrsStorageImpl
java.lang.Object
org.kie.commons.java.nio.base.AttrsStorageImpl
- All Implemented Interfaces:
- AttrHolder, AttrsStorage
public class AttrsStorageImpl
- extends Object
- implements AttrsStorage
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttrsStorageImpl
public AttrsStorageImpl()
getAttrStorage
public AttrsStorage getAttrStorage()
- Specified by:
getAttrStorage in interface AttrHolder
addAttrView
public <V extends AttributeView> void addAttrView(V view)
- Specified by:
addAttrView in interface AttrHolder
getAttrView
public <V extends AttributeView> V getAttrView(Class<V> type)
- Specified by:
getAttrView in interface AttrHolder
getAttrView
public <V extends AttributeView> V getAttrView(String name)
- Specified by:
getAttrView in interface AttrHolder
clear
public void clear()
- Specified by:
clear in interface AttrsStorage
toProperties
public Properties toProperties()
- Specified by:
toProperties in interface AttrsStorage
loadContent
public void loadContent(Properties properties)
- Specified by:
loadContent in interface AttrsStorage
getContent
public Map<String,Object> getContent()
- Specified by:
getContent in interface AttrsStorage
getAllContent
public Map<String,Object> getAllContent()
- Specified by:
getAllContent in interface AttrsStorage
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.