Class AppDriver
- java.lang.Object
-
- org.duracloud.mill.util.DriverSupport
-
- org.duracloud.mill.storagereporter.AppDriver
-
public class AppDriver extends DriverSupport
The main driver of the storage reporter tool.- Author:
- dbernstein
-
-
Field Summary
Fields Modifier and Type Field Description static org.slf4j.Loggerlog
-
Constructor Summary
Constructors Constructor Description AppDriver()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidexecuteImpl(org.apache.commons.cli.CommandLine commandLine)static voidmain(String[] args)-
Methods inherited from class org.duracloud.mill.util.DriverSupport
die, execute, parseArgs, processConfigFileOption, setSystemProperty, setSystemProperty, usage
-
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
executeImpl
protected void executeImpl(org.apache.commons.cli.CommandLine commandLine)
- Specified by:
executeImplin classDriverSupport
-
-