|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.yale.tools.ParameterService
public class ParameterService
This class loads the yalrc property files and provides methods to access
them. It also provides methods to create files relative to the yale home
directory. As the getProperty(String)
method throws an exception if
the parameter is not set, the System.getProperty(String)
methods should be used if this is not desired.
Constructor Summary | |
---|---|
ParameterService()
|
Method Summary | |
---|---|
static boolean |
booleanValue(java.lang.String value,
boolean deflt)
Returns true if value is "true", "yes", "y" or "on". |
static void |
ensureYaleHomeSet()
Tries to find the yale.home directory if the property is not set and sets it. |
static java.io.File |
getConfigFile(java.lang.String name)
|
static java.io.File |
getLibraryFile(java.lang.String name)
|
static java.io.File |
getPluginDir()
|
static java.lang.String |
getProperty(java.lang.String key)
Returns a system property and throws a runtime exception if the property is not set. |
static java.io.File |
getResourceFile(java.lang.String name)
|
static java.io.File |
getSourceFile(java.lang.String filename)
|
static java.io.File |
getUserConfigFile(java.lang.String name)
|
static java.io.File |
getUserYaleDir()
|
static java.io.File |
getYaleHome()
|
static void |
init()
Registers the operators and reads the rc file. |
private static void |
loadAllRCFiles(java.lang.String rcFileName)
|
private static void |
loadRCFile()
|
private static void |
loadRCFile(java.lang.String rcFileName)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParameterService()
Method Detail |
---|
public static void ensureYaleHomeSet()
public static void init()
public static java.io.File getUserConfigFile(java.lang.String name)
public static java.io.File getUserYaleDir()
private static void loadRCFile()
private static void loadAllRCFiles(java.lang.String rcFileName)
private static void loadRCFile(java.lang.String rcFileName)
public static java.lang.String getProperty(java.lang.String key)
public static java.io.File getYaleHome()
public static java.io.File getConfigFile(java.lang.String name)
public static java.io.File getLibraryFile(java.lang.String name)
public static java.io.File getResourceFile(java.lang.String name)
public static java.io.File getSourceFile(java.lang.String filename)
public static java.io.File getPluginDir()
public static boolean booleanValue(java.lang.String value, boolean deflt)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |