ilog.rules.webui

Class IlrWMultipleProperties

  • java.lang.Object
    • java.util.Dictionary<K,V>
      • java.util.Hashtable<java.lang.Object,java.lang.Object>
        • java.util.Properties
          • ilog.rules.webui.IlrWMultipleProperties
  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Object,java.lang.Object>


    public class IlrWMultipleProperties
    extends java.util.Properties
    A Properties class that can "cumulate" several properties.
     multipleProp = new IlrWMultipleProperties();
    
     multipleProp.appendStream(propertiesStreamSystem);
     multipleProp.appendStream(propertiesStreamLocal);
     multipleProp.appendStream(propertiesStreamUser);
     
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.Properties

        defaults
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void appendProperties(java.util.Properties prop) 
      void appendStream(java.io.InputStream stream)
      Adds the specified stream to the bundle.
      • Methods inherited from class java.util.Properties

        getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
      • Methods inherited from class java.util.Hashtable

        clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • IlrWMultipleProperties

        public IlrWMultipleProperties()
    • Method Detail

      • appendProperties

        public void appendProperties(java.util.Properties prop)
      • appendStream

        public void appendStream(java.io.InputStream stream)
                          throws java.io.IOException
        Adds the specified stream to the bundle.
        Throws:
        java.io.IOException
        Parameters:
        stream - A stream pointing to a Properties file.

© Copyright IBM Corp. 1987, 2015