org.pentaho.di.kitchen
Class Kitchen

java.lang.Object
  extended by org.pentaho.di.kitchen.Kitchen

public class Kitchen
extends Object


Field Summary
static String STRING_KITCHEN
           
 
Constructor Summary
Kitchen()
           
 
Method Summary
static void configureLogging(CommandLineOption maxLogLinesOption, CommandLineOption maxLogTimeoutOption)
          Configure the central log store from the provided command line options
static void main(String[] a)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STRING_KITCHEN

public static final String STRING_KITCHEN
See Also:
Constant Field Values
Constructor Detail

Kitchen

public Kitchen()
Method Detail

main

public static void main(String[] a)
                 throws KettleException
Throws:
KettleException

configureLogging

public static void configureLogging(CommandLineOption maxLogLinesOption,
                                    CommandLineOption maxLogTimeoutOption)
                             throws KettleException
Configure the central log store from the provided command line options

Parameters:
maxLogLinesOption - Option for maximum log lines
maxLogTimeoutOption - Option for log timeout
Throws:
KettleException - Error parsing command line arguments