|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgridiq.ConfigParser
public class ConfigParser
A parser for the global configuration XML file. The configuration file is parsed on construction of this class, and any properties may subsequently be accessed via the accessor methods of this class.
Constructor Summary | |
---|---|
ConfigParser(java.io.File configFile)
Create a parser for the given file. |
Method Summary | |
---|---|
java.lang.String |
getOctavePath()
Gets the octave executable path. |
java.lang.String |
getPsatPath()
Gets the the PSAT library path. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigParser(java.io.File configFile) throws java.lang.Exception
configFile
-
java.lang.Exception
Method Detail |
---|
public java.lang.String getOctavePath()
public java.lang.String getPsatPath()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |