Package org.duracloud.mill.util
Class DriverSupport
java.lang.Object
org.duracloud.mill.util.DriverSupport
- Author:
- Daniel Bernstein Date: Apr 23, 2014
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddie()final voidprotected abstract voidexecuteImpl(org.apache.commons.cli.CommandLine cmd) org.apache.commons.cli.CommandLineprotected voidprocessConfigFileOption(org.apache.commons.cli.CommandLine cmd) protected voidsetSystemProperty(String name, String value) protected voidsetSystemProperty(String name, String value, String defaultValue) voidusage()
-
Constructor Details
-
DriverSupport
public DriverSupport(org.apache.commons.cli.Options options)
-
-
Method Details
-
die
public void die() -
usage
public void usage() -
parseArgs
-
execute
-
processConfigFileOption
protected void processConfigFileOption(org.apache.commons.cli.CommandLine cmd) - Parameters:
cmd-
-
executeImpl
protected abstract void executeImpl(org.apache.commons.cli.CommandLine cmd) - Parameters:
cmd-
-
setSystemProperty
-
setSystemProperty
-