Package de.uplanet.lucy
Class IntrexxHome
java.lang.Object
de.uplanet.lucy.IntrexxHome
- 
Method Summary
- 
Method Details- 
getGet the valueINTREXX_HOMEenvironment variable.- Returns:
- The value INTREXX_HOMEenvironment variable.
- Throws:
- RuntimeException- If the environment variable INTREXX_HOME is not set.
 
- 
getPathGet 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.
 
- 
getDirectoryGet 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.
 
 
-