org.apache.fop.viewer
Class LoadableProperties

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--org.apache.fop.viewer.LoadableProperties

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.

Author:
Stanislav.Gorkhover@jCatalog.com
Version: 02.12.99

Constructor Summary
LoadableProperties()
           

Method Summary
 voidload(InputStream inStream)
           

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

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

Constructor Detail

LoadableProperties

public LoadableProperties()
Method Detail

load

public void load(InputStream inStream)
throws java.io.IOException