| java.util.Properties com.protomatter.util.ProtoProperties
ProtoProperties | public class ProtoProperties extends Properties (Code) | | 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).
|
Method Summary | |
public synchronized void | load(InputStream in) | public static void | main(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. |
ProtoProperties | public ProtoProperties()(Code) | | Create a blank properties object with nothing defined.
See Also: java.util.Properties |
main | public static void main(String args)(Code) | | A simple test program that reads a properties file defined as the
first command-line argument, and then lists the properties to
Standard Out.
|
|
|