|
Protomatter Software v1.1.7 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.Dictionary | +--java.util.Hashtable | +--java.util.Properties | +--com.protomatter.util.ProtoProperties
A Properties object that allows in-line file imports. This is just like java.util.Properties, except that it honors the following directives:
Import filename
Which imports the given filename in place (imported files can also have imports, but circular refs are NOT checked).
Inner classes inherited from class java.util.Map |
java.util.Map.Entry |
Fields inherited from class java.util.Properties |
defaults |
Constructor Summary | |
ProtoProperties()
Create a blank properties object with nothing defined. |
|
ProtoProperties(java.util.Properties props)
Create a properties object with the given default settings. |
Method Summary | |
void |
load(java.io.InputStream in)
|
static void |
main(java.lang.String[] args)
A simple test program that reads a properties file defined as the first command-line argument, and then lists the properties to Standard Out. |
Methods inherited from class java.util.Properties |
getProperty, getProperty, list, list, propertyNames, save, setProperty, store |
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 |
public ProtoProperties()
Properties
public ProtoProperties(java.util.Properties props)
Properties
Method Detail |
public void load(java.io.InputStream in) throws java.io.IOException
load
in class java.util.Properties
public static void main(java.lang.String[] args)
|
Protomatter Software v1.1.7 Copyright 1998-2002 Nate Sammons |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Protomatter Software v1.1.7 | http://protomatter.sourceforge.net/1.1.7 |