Package de.uplanet.lucy
Class IntrexxHome
- java.lang.Object
- 
- de.uplanet.lucy.IntrexxHome
 
- 
 @Scriptable public final class IntrexxHome extends Object 
- 
- 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringget()Get the valueINTREXX_HOMEenvironment variable.static FilegetDirectory()Get the directory specified by theINTREXX_HOMEenvironment variable.static PathgetPath()Get the directory specified by theINTREXX_HOMEenvironment variable.
 
- 
- 
- 
Method Detail- 
getpublic static String get() Get the valueINTREXX_HOMEenvironment variable.- Returns:
- The value INTREXX_HOMEenvironment variable.
- Throws:
- RuntimeException- If the environment variable INTREXX_HOME is not set.
 
 - 
getPathpublic static Path getPath() Get the directory specified by theINTREXX_HOMEenvironment variable.- Returns:
- The directory specified by the INTREXX_HOMEenvironment variable.
- Throws:
- RuntimeException- If the environment variable INTREXX_HOME is not set, or if it does not specify a directory.
 
 - 
getDirectorypublic static File getDirectory() Get the directory specified by theINTREXX_HOMEenvironment variable.- Returns:
- The directory specified by the INTREXX_HOMEenvironment variable.
- Throws:
- RuntimeException- If the environment variable INTREXX_HOME is not set, or if it does not specify a directory.
 
 
- 
 
-