Uses of Class
org.pentaho.di.pan.CommandLineOption
-
Uses of CommandLineOption in org.pentaho.di.imp
Modifier and TypeMethodDescriptionprotected static int
Import.parseIntArgument
(CommandLineOption option, int def) Parse an argument as an integer. -
Uses of CommandLineOption in org.pentaho.di.kitchen
Modifier and TypeMethodDescriptionstatic void
Kitchen.configureLogging
(CommandLineOption maxLogLinesOption, CommandLineOption maxLogTimeoutOption) Configure the central log store from the provided command line optionsprotected static int
Kitchen.parseIntArgument
(CommandLineOption option, int def) Parse an argument as an integer. -
Uses of CommandLineOption in org.pentaho.di.pan
Modifier and TypeMethodDescriptionstatic boolean
CommandLineOption.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 void
CommandLineOption.printUsage
(CommandLineOption[] options) Print the usage of an application using the command line options.