com.filenet.wcm.apps.server.util
Class FnProperties

java.lang.Object
  extended byorg.apache.commons.collections.map.AbstractMapDecorator
      extended byorg.apache.commons.collections.map.ListOrderedMap
          extended bycom.filenet.wcm.apps.server.util.FnProperties
All Implemented Interfaces:
org.apache.commons.collections.IterableMap, java.util.Map, org.apache.commons.collections.OrderedMap, java.io.Serializable

public class FnProperties
extends org.apache.commons.collections.map.ListOrderedMap

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class java.util.Map
java.util.Map.Entry
 
Field Summary
 
Fields inherited from class org.apache.commons.collections.map.ListOrderedMap
insertOrder
 
Fields inherited from class org.apache.commons.collections.map.AbstractMapDecorator
map
 
Constructor Summary
FnProperties()
           
 
Method Summary
 void load(java.io.InputStream in)
           
 void store(java.io.OutputStream out)
           
 
Methods inherited from class org.apache.commons.collections.map.ListOrderedMap
asList, clear, decorate, entrySet, firstKey, get, getValue, indexOf, keySet, lastKey, mapIterator, nextKey, orderedMapIterator, previousKey, put, putAll, remove, remove, toString, values
 
Methods inherited from class org.apache.commons.collections.map.AbstractMapDecorator
containsKey, containsValue, equals, get, getMap, hashCode, isEmpty, size
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
containsKey, containsValue, equals, get, hashCode, isEmpty, size
 

Constructor Detail

FnProperties

public FnProperties()
Method Detail

load

public void load(java.io.InputStream in)
          throws java.lang.Exception
Throws:
java.lang.Exception

store

public void store(java.io.OutputStream out)
           throws java.lang.Exception
Throws:
java.lang.Exception


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.