KIE NIO.2 :: Model 6.0.0.CR4-Pre1

org.kie.commons.java.nio.base
Class AttrsStorageImpl

java.lang.Object
  extended by org.kie.commons.java.nio.base.AttrsStorageImpl
All Implemented Interfaces:
AttrHolder, AttrsStorage

public class AttrsStorageImpl
extends Object
implements AttrsStorage


Constructor Summary
AttrsStorageImpl()
           
 
Method Summary
<V extends AttributeView>
void
addAttrView(V view)
           
 void clear()
           
 Map<String,Object> getAllContent()
           
 AttrsStorage getAttrStorage()
           
<V extends AttributeView>
V
getAttrView(Class<V> type)
           
<V extends AttributeView>
V
getAttrView(String name)
           
 Map<String,Object> getContent()
           
 void loadContent(Properties properties)
           
 Properties toProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttrsStorageImpl

public AttrsStorageImpl()
Method Detail

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

KIE NIO.2 :: Model 6.0.0.CR4-Pre1

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.