|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.knime.core.internal.KNIMEPath
public final class KNIMEPath
Container for a field, which holds the home directory of KNIME. This class serves as an abstraction layer to bridge from eclipse to non-GUI KNIME. During startup of eclipse, the home directory is set in this class, which is polled from the KNIMEConstants class to do the final initialization.
Method Summary | |
---|---|
static File |
getKNIMEHomeDirPath()
Getter for the home dir of KNIME. |
static File |
getWorkspaceDirPath()
Getter for the workspace directory. |
(package private) static void |
setKNIMEHomeDir(File file)
Set the knime home dir. |
(package private) static void |
setWorkspaceDir(File file)
Set the workspace directory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
static void setWorkspaceDir(File file)
file
- The directory of the workspace.public static File getWorkspaceDirPath()
static void setKNIMEHomeDir(File file)
file
- The file to use as home dir (should be a directory).public static File getKNIMEHomeDirPath()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |