public class FileViewer extends Tool
| Constructor and Description |
|---|
FileViewer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String... args)
Run the viewer.
|
void |
runTool(java.lang.String... args)
Run the tool with the given output stream and arguments.
|
protected void |
showUsage()
Print the usage of the tool.
|
isOption, printNoDatabaseFilesFound, setOut, showUsageAndThrowUnsupportedOption, throwUnsupportedOptionpublic static void main(java.lang.String... args)
throws java.sql.SQLException
args - the command line argumentsjava.sql.SQLExceptionprotected void showUsage()
Tool