Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.cli.Options |
options
Command line options.
|
Constructor and Description |
---|
FSADumpTool() |
Modifier and Type | Method and Description |
---|---|
protected void |
go(org.apache.commons.cli.CommandLine line)
Command line entry point after parsing arguments.
|
protected void |
go(String[] args)
Initializes application context.
|
protected void |
initializeOptions(org.apache.commons.cli.Options options)
Command line options for the tool.
|
protected boolean |
isAvailable()
Is the tool available?
true by default. |
static void |
main(String... args)
Command line entry point.
|
protected void |
printError(String msg)
Print an error without an exception.
|
protected void |
printError(String msg,
Throwable t)
Print an error and an associated exception.
|
protected void |
printUsage()
Prints usage (options).
|
protected void go(org.apache.commons.cli.CommandLine line) throws Exception
Exception
protected void initializeOptions(org.apache.commons.cli.Options options)
public static void main(String... args) throws Exception
Exception
protected final void go(String[] args)
protected void printError(String msg, Throwable t)
protected void printError(String msg)
protected void printUsage()
protected boolean isAvailable()
true
by default.Copyright © 2014. All rights reserved.