org.apache.fop.viewer
Class LoadableProperties

java.lang.Object
  extended by java.util.Dictionary
      extended by java.util.Hashtable
          extended by org.apache.fop.viewer.LoadableProperties
All Implemented Interfaces:
Serializable, Cloneable, Map

public class LoadableProperties
extends Hashtable

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.

Version:
02.12.99
Author:
Stanislav.Gorkhover@jCatalog.com
See Also:
Serialized Form

Constructor Summary
LoadableProperties()
           
 
Method Summary
 void load(InputStream inStream)
           
 
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

LoadableProperties

public LoadableProperties()
Method Detail

load

public void load(InputStream inStream)
          throws IOException
Throws:
IOException


Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.