Package org.pentaho.di.base
Class KettleConstants
- java.lang.Object
-
- org.pentaho.di.base.KettleConstants
-
public class KettleConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
BASE64_ZIP
static String
CUSTOM
static String
DIR
static String
EXPORT_REPO_JOB
static String
EXPORT_REPO_TRANS
static String
FILE
static String
INITIAL_DIR
static String
JARFILE
static String
JOB
static String
LEVEL
static String
LIST_DIRS
static String
LIST_JOBS
static String
LIST_PARAMS
static String
LIST_REPOS
static String
LIST_TRANS
static String
LOG
Seestatic String
LOGFILE
static String
MAX_LOG_LINES
static String
MAX_LOG_TIMEOUT
static String
METRICS
static String
NO_REPO
static String
PARAM
static String
PASS
static String
REPO
static String
RESULT_SET_COPY_NUMBER
static String
RESULT_SET_STEP_NAME
static String
SAFEMODE
static String
TRANS
static String
TRUST_USER
static String
USER
static String
UUID
static String
VERSION
-
Constructor Summary
Constructors Constructor Description KettleConstants()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<String,String>
toJobMap(Params params)
static Map<String,String>
toTransMap(Params params)
-
-
-
Field Detail
-
LOG
public static final String LOG
See- See Also:
- Constant Field Values
-
DIR
public static final String DIR
- See Also:
- Constant Field Values
-
JOB
public static final String JOB
- See Also:
- Constant Field Values
-
REPO
public static final String REPO
- See Also:
- Constant Field Values
-
FILE
public static final String FILE
- See Also:
- Constant Field Values
-
USER
public static final String USER
- See Also:
- Constant Field Values
-
PASS
public static final String PASS
- See Also:
- Constant Field Values
-
LEVEL
public static final String LEVEL
- See Also:
- Constant Field Values
-
TRANS
public static final String TRANS
- See Also:
- Constant Field Values
-
PARAM
public static final String PARAM
- See Also:
- Constant Field Values
-
NO_REPO
public static final String NO_REPO
- See Also:
- Constant Field Values
-
CUSTOM
public static final String CUSTOM
- See Also:
- Constant Field Values
-
VERSION
public static final String VERSION
- See Also:
- Constant Field Values
-
JARFILE
public static final String JARFILE
- See Also:
- Constant Field Values
-
METRICS
public static final String METRICS
- See Also:
- Constant Field Values
-
LOGFILE
public static final String LOGFILE
- See Also:
- Constant Field Values
-
SAFEMODE
public static final String SAFEMODE
- See Also:
- Constant Field Values
-
LIST_JOBS
public static final String LIST_JOBS
- See Also:
- Constant Field Values
-
LIST_DIRS
public static final String LIST_DIRS
- See Also:
- Constant Field Values
-
LIST_REPOS
public static final String LIST_REPOS
- See Also:
- Constant Field Values
-
TRUST_USER
public static final String TRUST_USER
- See Also:
- Constant Field Values
-
LIST_TRANS
public static final String LIST_TRANS
- See Also:
- Constant Field Values
-
LIST_PARAMS
public static final String LIST_PARAMS
- See Also:
- Constant Field Values
-
EXPORT_REPO_JOB
public static final String EXPORT_REPO_JOB
- See Also:
- Constant Field Values
-
INITIAL_DIR
public static final String INITIAL_DIR
- See Also:
- Constant Field Values
-
EXPORT_REPO_TRANS
public static final String EXPORT_REPO_TRANS
- See Also:
- Constant Field Values
-
MAX_LOG_LINES
public static final String MAX_LOG_LINES
- See Also:
- Constant Field Values
-
MAX_LOG_TIMEOUT
public static final String MAX_LOG_TIMEOUT
- See Also:
- Constant Field Values
-
RESULT_SET_STEP_NAME
public static final String RESULT_SET_STEP_NAME
- See Also:
- Constant Field Values
-
RESULT_SET_COPY_NUMBER
public static final String RESULT_SET_COPY_NUMBER
- See Also:
- Constant Field Values
-
BASE64_ZIP
public static final String BASE64_ZIP
- See Also:
- Constant Field Values
-
UUID
public static final String UUID
- See Also:
- Constant Field Values
-
-