DBVIEW
org.dbview.runtime.Dbview Class Reference

List of all members.

Static Public Member Functions

static void main (String[] args)

Static Private Member Functions

static void __unexpectedCli ()
static void __errorMessage (String in_message)

Detailed Description

This class implements the main entry point of the application.

Author:
Denis Beurive

Definition at line 33 of file Dbview.java.


Member Function Documentation

static void org.dbview.runtime.Dbview.__errorMessage ( String  in_message) [static, private]

Prints an error message.

Parameters:
in_messageError message to print.

Definition at line 90 of file Dbview.java.

Referenced by org.dbview.runtime.Dbview.main().

static void org.dbview.runtime.Dbview.__unexpectedCli ( ) [static, private]

Prints the help message (if the action's selector is unknown).

Definition at line 80 of file Dbview.java.

Referenced by org.dbview.runtime.Dbview.main().

static void org.dbview.runtime.Dbview.main ( String[]  args) [static]

This is the main entry point.

Parameters:
argsCommand line arguments.

Definition at line 39 of file Dbview.java.


The documentation for this class was generated from the following file: