Save This Page
Home » fop-0.95beta-src » org.apache » fop » viewer » [javadoc | source]
org.apache.fop.viewer
public class: LoadableProperties [javadoc | source]
java.lang.Object
   java.util.Dictionary
      java.util.Hashtable
         org.apache.fop.viewer.LoadableProperties

All Implemented Interfaces:
    Map, Serializable, Cloneable

Erweitert Hashtable um die Methode load. Die Zeilen der Textdatei, die mit # oder ! anfangen sind Kommentarzeilen. Eine g�ltige Zeile ist entweder eine Kommentarzeile oder eine Zeile mit dem Gleichheitszeichen "in der Mitte". Die Klasse LoadableProperties l�sst im Gegensatz zu der Klasse Properties die Schl�sselwerte mit Leerzeichen zu.
Constructor:
 public LoadableProperties() 
Method from org.apache.fop.viewer.LoadableProperties Summary:
load
Methods from java.util.Hashtable:
clear,   clone,   contains,   containsKey,   containsValue,   elements,   entrySet,   equals,   get,   hashCode,   isEmpty,   keySet,   keys,   put,   putAll,   remove,   size,   toString,   values
Methods from java.util.Dictionary:
elements,   get,   isEmpty,   keys,   put,   remove,   size
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.fop.viewer.LoadableProperties Detail:
 public  void load(InputStream inStream) throws IOException