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

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

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,Object>
          extended by org.kie.commons.java.nio.base.Properties
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>

public class Properties
extends HashMap<String,Object>

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
Properties()
           
Properties(Map<String,Object> original)
           
 
Method Summary
 void load(InputStream in)
           
 void load(InputStream in, boolean closeOnFinish)
           
 Object put(String key, Object value)
           
 void store(OutputStream out)
           
 void store(OutputStream out, boolean closeOnFinish)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

Properties

public Properties()

Properties

public Properties(Map<String,Object> original)
Method Detail

put

public Object put(String key,
                  Object value)
Specified by:
put in interface Map<String,Object>
Overrides:
put in class HashMap<String,Object>

store

public void store(OutputStream out)

store

public void store(OutputStream out,
                  boolean closeOnFinish)

load

public void load(InputStream in)

load

public void load(InputStream in,
                 boolean closeOnFinish)

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

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