public class CommandLineAssistant extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
CommandLineAssistant.CommandLineSearch |
| Constructor and Description |
|---|
CommandLineAssistant() |
| Modifier and Type | Method and Description |
|---|---|
static void |
appendAdditionalCommandLineOptions(StringBuilder builder,
String... additionCommandLineOptions) |
static String |
appendAdditionalCommandLineOptions(TaskView task,
String... additionCommandLineOptions)
This appends additional command line options to a task name to generate a full command line option.
|
static String[] |
breakUpCommandLine(String fullCommandLine)
This breaks up the full command line string into space-delimited and/or quoted command line arguments.
|
static String |
combineTasks(List<TaskView> tasks,
String... additionCommandLineOptions) |
LoggingCommandLineConverter |
getLoggingCommandLineConverter() |
boolean |
hasLogLevelDefined(String[] commandLineArguments) |
boolean |
hasShowStacktraceDefined(String[] commandLineArguments) |
public LoggingCommandLineConverter getLoggingCommandLineConverter()
public static String[] breakUpCommandLine(String fullCommandLine)
fullCommandLine - the full command linepublic boolean hasLogLevelDefined(String[] commandLineArguments)
public boolean hasShowStacktraceDefined(String[] commandLineArguments)
public static String appendAdditionalCommandLineOptions(TaskView task, String... additionCommandLineOptions)
task - the task to executeadditionCommandLineOptions - the additional optionspublic static String combineTasks(List<TaskView> tasks, String... additionCommandLineOptions)
public static void appendAdditionalCommandLineOptions(StringBuilder builder, String... additionCommandLineOptions)
Copyright © 2013. All rights reserved