|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.knime.core.node.KNIMEConstants
public final class KNIMEConstants
Class that hold static values about the KNIME platform. This includes, among others, the welcome message and an icon.
Field Summary | |
---|---|
static boolean |
ASSERTIONS_ENABLED
Global flag indicating whether assertions are enabled or disabled. |
static String |
BUILD
KNIME's build id. |
static String |
BUILD_DATE
The build date, is set automatically by the build scripts. |
static ThreadPool |
GLOBAL_THREAD_POOL
The global thread pool from which all threads should be taken. |
static String |
KNIME_DATABASE_FETCHSIZE
Java property used to adjust the fetch size for retrieving data from a database. |
static String |
KNIME_DATABASE_LOGIN_TIMEOUT
Java property used to set the timeout in seconds trying to establish a connection to a database. |
static String |
KNIME_HOME_PROPERTYNAME
The name of the system property whose value is - if set - used as knime home directory. |
static ImageIcon |
KNIME16X16
Icon 16 times 16 pixel. |
static int |
MAJOR
KNIME's major release number. |
static int |
MINOR
KNIME's minor release number. |
static String |
PROPERTY_EXPERT_MODE
Java property name that is used to identify whether KNIME is started in expert mode or not (e.g. |
static String |
PROPERTY_MAX_THREAD_COUNT
Java property name to specify the default max thread count variable (can be set via preference page). |
static String |
PROPERTY_SYNCHRONOUS_IO
Java property to disable the asynchronous writing of KNIME tables. |
static String |
PROPERTY_TABLE_GZIP_COMPRESSION
Java property to enable/disable table stream compression. |
static String |
PROPERTY_TEMP_DIR
Java property name to specify the default temp directory for KNIME temp files (such as data files). |
static int |
REV
KNIME's revision number. |
static String |
VERSION
Workflow file version. |
static String |
WELCOME_MESSAGE
Welcome to KNIME Konstanz Information Miner. |
Method Summary | |
---|---|
static String |
getKNIMEHomeDir()
The directory where knime will put log files and configuration files. |
static String |
getKNIMETempDir()
Location for KNIME related temp files such as data container files. |
static void |
setKNIMETempDir(File dir)
Set a new location for the KNIME temp directory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int MAJOR
public static final int MINOR
public static final int REV
public static final String BUILD
public static final String VERSION
public static final String BUILD_DATE
public static final String PROPERTY_EXPERT_MODE
Values of this field must be either "true" or "false".
public static final String PROPERTY_MAX_THREAD_COUNT
public static final String PROPERTY_TEMP_DIR
public static final String PROPERTY_SYNCHRONOUS_IO
public static final String PROPERTY_TABLE_GZIP_COMPRESSION
Warning: Changing this property will result in KNIME not being able to read workflows written previously (with a different compression property).
public static final String KNIME_HOME_PROPERTYNAME
public static final String KNIME_DATABASE_LOGIN_TIMEOUT
public static final String KNIME_DATABASE_FETCHSIZE
public static final String WELCOME_MESSAGE
public static final ImageIcon KNIME16X16
public static final ThreadPool GLOBAL_THREAD_POOL
public static final boolean ASSERTIONS_ENABLED
Method Detail |
---|
public static final String getKNIMEHomeDir()
public static final String getKNIMETempDir()
public static final void setKNIMETempDir(File dir)
dir
- the new location to set
NullPointerException
- If the argument is null
IllegalArgumentException
- If the argument is not a directory
or not writable.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |