|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.h2.util.Tool
org.h2.dev.util.FileViewer
public class FileViewer
A text file viewer that support very large files.
Field Summary |
---|
Fields inherited from class org.h2.util.Tool |
---|
out |
Constructor Summary | |
---|---|
FileViewer()
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.h2.util.Tool |
---|
isOption, printNoDatabaseFilesFound, setOut, showUsageAndThrowUnsupportedOption, throwUnsupportedOption |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileViewer()
Method Detail |
---|
public static void main(java.lang.String... args) throws java.sql.SQLException
args
- the command line arguments
java.sql.SQLException
protected void showUsage()
Tool
showUsage
in class Tool
public void runTool(java.lang.String... args) throws java.sql.SQLException
Tool
runTool
in class Tool
args
- the argument list
java.sql.SQLException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |