igpp.util
Class Options

java.lang.Object
  extended by igpp.util.Options

public class Options
extends Object

Load an options file represented in XML and provide access to its elements.

Version:
1.00 05/09/14
Author:
Todd King

Field Summary
static String mVersion
           
 
Constructor Summary
Options()
           
 
Method Summary
static Properties loadProperties(String propName)
           
static Properties loadProperties(String home, String propName)
           
static void main(String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mVersion

public static final String mVersion
See Also:
Constant Field Values
Constructor Detail

Options

public Options()
Method Detail

main

public static void main(String[] argv)

loadProperties

public static Properties loadProperties(String propName)
                                 throws Exception
Throws:
Exception

loadProperties

public static Properties loadProperties(String home,
                                        String propName)
                                 throws Exception
Throws:
Exception


Copyright © 2008-2009 Regents University of California. All Rights Reserved.