public class Kitchen extends Object
Modifier and Type | Field and Description |
---|---|
static String |
STRING_KITCHEN |
Constructor and Description |
---|
Kitchen() |
Modifier and Type | Method and Description |
---|---|
static void |
configureLogging(CommandLineOption maxLogLinesOption,
CommandLineOption maxLogTimeoutOption)
Configure the central log store from the provided command line options
|
static KitchenCommandExecutor |
getCommandExecutor() |
static void |
main(String[] a) |
protected static int |
parseIntArgument(CommandLineOption option,
int def)
Parse an argument as an integer.
|
static void |
setCommandExecutor(KitchenCommandExecutor commandExecutor) |
public static final String STRING_KITCHEN
public static void configureLogging(CommandLineOption maxLogLinesOption, CommandLineOption maxLogTimeoutOption) throws KettleException
maxLogLinesOption
- Option for maximum log linesmaxLogTimeoutOption
- Option for log timeoutKettleException
- Error parsing command line argumentsprotected static int parseIntArgument(CommandLineOption option, int def) throws KettleException
option
- Command Line Option to parse argument ofdef
- Default if the argument is not setKettleException
- Error parsing provided argument as an integerpublic static KitchenCommandExecutor getCommandExecutor()
public static void setCommandExecutor(KitchenCommandExecutor commandExecutor)
Copyright © 2018 Hitachi Vantara. All rights reserved.