public final class CommandLineUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CLEAN
Option für Clean Build.
|
static String |
FORCE
Option für Force Build.
|
static String |
OPT_CSS
Option to select the prefered CSS framework.
|
static String |
OPT_PROJECT_HOME
Option für das Sourcen-Verzeichnis.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.commons.cli.CommandLine |
createCommandLine(String[] args,
org.apache.commons.cli.Options options)
Erstellt das CommandLine Objekt.
|
static org.apache.commons.cli.Options |
createOptions()
Erstellt die CommandLine-Options.
|
public static final String OPT_PROJECT_HOME
public static final String CLEAN
public static final String FORCE
public static final String OPT_CSS
public static org.apache.commons.cli.Options createOptions()
public static org.apache.commons.cli.CommandLine createCommandLine(String[] args, org.apache.commons.cli.Options options)
args - Die Argumente aus der Kommandozeile.options - Die deklarierten Optionen.Copyright © 2004–2015. All rights reserved.