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