Uses of Class
org.pentaho.di.pan.CommandLineOption
-
Packages that use CommandLineOption Package Description org.pentaho.di.imp org.pentaho.di.kitchen org.pentaho.di.pan -
-
Uses of CommandLineOption in org.pentaho.di.imp
Methods in org.pentaho.di.imp with parameters of type CommandLineOption Modifier and Type Method Description protected static intImport. parseIntArgument(CommandLineOption option, int def)Parse an argument as an integer. -
Uses of CommandLineOption in org.pentaho.di.kitchen
Methods in org.pentaho.di.kitchen with parameters of type CommandLineOption Modifier and Type Method Description static voidKitchen. configureLogging(CommandLineOption maxLogLinesOption, CommandLineOption maxLogTimeoutOption)Configure the central log store from the provided command line optionsprotected static intKitchen. parseIntArgument(CommandLineOption option, int def)Parse an argument as an integer. -
Uses of CommandLineOption in org.pentaho.di.pan
Methods in org.pentaho.di.pan with parameters of type CommandLineOption Modifier and Type Method Description static booleanCommandLineOption. parseArguments(List<String> args, CommandLineOption[] options, org.pentaho.di.core.logging.LogChannelInterface log)Parse and set the command line arguments using the defined options.static voidCommandLineOption. printUsage(CommandLineOption[] options)Print the usage of an application using the command line options.
-