public class CommandLineParameters extends Object
| Constructor and Description |
|---|
CommandLineParameters() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addJavaDOptions(List<String> javaOpts,
org.apache.commons.cli.CommandLine line)
Add all the properties that were set with -D
|
static org.apache.commons.cli.Options |
getCommandLineOptions()
Return all the available command line options that can be used with "-"
|
static void |
handleClassPath(org.apache.commons.cli.CommandLine line) |
static void |
handleJVMOptions(List<String> javaOpts,
org.apache.commons.cli.CommandLine line) |
static void |
handleSeed(List<String> javaOpts,
org.apache.commons.cli.CommandLine line) |
static void |
validateInputOptionsAndParameters(org.apache.commons.cli.CommandLine line)
Validate all the "-" options set on the command line and all
the already handled -D ones in Properties
|
public static void validateInputOptionsAndParameters(org.apache.commons.cli.CommandLine line)
throws IllegalArgumentException
line - IllegalArgumentExceptionpublic static org.apache.commons.cli.Options getCommandLineOptions()
public static void handleSeed(List<String> javaOpts, org.apache.commons.cli.CommandLine line) throws NullPointerException
NullPointerExceptionpublic static void addJavaDOptions(List<String> javaOpts, org.apache.commons.cli.CommandLine line) throws Error
javaOpts - line - Errorpublic static void handleClassPath(org.apache.commons.cli.CommandLine line)
Copyright © 2010–2016 EvoSuite. All rights reserved.