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

org.kie.commons.java.nio.base
Interface AttrsStorage

All Superinterfaces:
AttrHolder
All Known Implementing Classes:
AttrsStorageImpl

public interface AttrsStorage
extends AttrHolder


Method Summary
 void clear()
           
 Map<String,Object> getAllContent()
           
 Map<String,Object> getContent()
           
 void loadContent(Properties properties)
           
 Properties toProperties()
           
 
Methods inherited from interface org.kie.commons.java.nio.base.AttrHolder
addAttrView, getAttrStorage, getAttrView, getAttrView
 

Method Detail

toProperties

Properties toProperties()

getContent

Map<String,Object> getContent()

getAllContent

Map<String,Object> getAllContent()

loadContent

void loadContent(Properties properties)

clear

void clear()

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

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