public abstract class DriverSupport extends Object
| Constructor and Description |
|---|
DriverSupport(org.apache.commons.cli.Options options) |
| Modifier and Type | Method and Description |
|---|---|
void |
die() |
void |
execute(String[] args) |
protected abstract void |
executeImpl(org.apache.commons.cli.CommandLine cmd) |
org.apache.commons.cli.CommandLine |
parseArgs(String[] args) |
protected void |
processConfigFileOption(org.apache.commons.cli.CommandLine cmd) |
protected void |
setSystemProperty(String name,
String value) |
protected void |
setSystemProperty(String name,
String value,
String defaultValue) |
void |
usage() |
public void die()
public void usage()
public org.apache.commons.cli.CommandLine parseArgs(String[] args)
public final void execute(String[] args)
protected void processConfigFileOption(org.apache.commons.cli.CommandLine cmd)
cmd - protected abstract void executeImpl(org.apache.commons.cli.CommandLine cmd)
cmd - Copyright © 2013–2015 DuraSpace. All rights reserved.