public class Kitchen extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
STRING_KITCHEN |
| 构造器和说明 |
|---|
Kitchen() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 void configureLogging(CommandLineOption maxLogLinesOption, CommandLineOption maxLogTimeoutOption) throws org.pentaho.di.core.exception.KettleException
maxLogLinesOption - Option for maximum log linesmaxLogTimeoutOption - Option for log timeoutorg.pentaho.di.core.exception.KettleException - Error parsing command line argumentsprotected static int parseIntArgument(CommandLineOption option, int def) throws org.pentaho.di.core.exception.KettleException
option - Command Line Option to parse argument ofdef - Default if the argument is not setorg.pentaho.di.core.exception.KettleException - Error parsing provided argument as an integerpublic static KitchenCommandExecutor getCommandExecutor()
public static void setCommandExecutor(KitchenCommandExecutor commandExecutor)
Copyright © 2024 Hitachi Vantara. All rights reserved.