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 int
Import. 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 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
Methods in org.pentaho.di.pan with parameters of type CommandLineOption Modifier and Type Method Description static 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.
-