org.apache.fop.viewer
Class LoadableProperties
java.lang.Object
java.util.Dictionary
java.util.Hashtable
org.apache.fop.viewer.LoadableProperties
- All Implemented Interfaces:
- Cloneable, Map, Serializable
- 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
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 |
LoadableProperties
public LoadableProperties()
load
public void load(InputStream inStream)
throws IOException
- Throws:
IOException
Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.