DBVIEW
org.dbview.addons.input.utils.mysql.CliOptions Class Reference

List of all members.

Public Member Functions

String getHost ()
String getUser ()
String getPassword ()
String getDbNanme ()
String getSoftForeignKeyDetector ()
Integer getPort ()

Static Public Attributes

static final String HOST = "-host"
static final String USER = "-user"
static final String PASSWORD = "-password"
static final String DBNAME = "-dbname"
static final String FKMATCHER = "-fkmatcher"
static final String PORT = "-port"

Private Attributes

String __dbhost = null
String __dbuser = null
String __dbpassword = null
String __dbname = null
String __db_soft_foreign_key_detector = null
Integer __dbport = null

Detailed Description

This class defines the command line options container associated to the MySql odd-on.

Remarks:
See Args4j. The command line options are declared in a class. We call this class the command line options container
Author:
Denis Beurive

Definition at line 35 of file CliOptions.java.


Member Function Documentation

String org.dbview.addons.input.utils.mysql.CliOptions.getDbNanme ( )

Return the name of the database.

Returns:
Return the name of the database.

Definition at line 100 of file CliOptions.java.

Referenced by org.dbview.addons.input.mysql.Cli._getConf_().

String org.dbview.addons.input.utils.mysql.CliOptions.getHost ( )

Return the name of the host that run the MySql server.

Returns:
Return the name of the host that run the MySql server.

Definition at line 82 of file CliOptions.java.

Referenced by org.dbview.addons.input.mysql.Cli._getConf_().

String org.dbview.addons.input.utils.mysql.CliOptions.getPassword ( )

Return the password used to connect to the MySql server.

Returns:
Return the password used to connect to the MySql server.

Definition at line 94 of file CliOptions.java.

Referenced by org.dbview.addons.input.mysql.Cli._getConf_().

Integer org.dbview.addons.input.utils.mysql.CliOptions.getPort ( )

Return the port's number used by the MySql server.

Returns:
Return the port's number used by the MySql server.

Definition at line 112 of file CliOptions.java.

Referenced by org.dbview.addons.input.mysql.Cli._getConf_().

String org.dbview.addons.input.utils.mysql.CliOptions.getSoftForeignKeyDetector ( )

Return the name of the soft foreign the detector.

Returns:
Return the name of the soft foreign the detector.

Definition at line 106 of file CliOptions.java.

Referenced by org.dbview.addons.input.mysql.Cli._getConf_().

String org.dbview.addons.input.utils.mysql.CliOptions.getUser ( )

Return the name of the name of the MySql's user.

Returns:
Return the name of the name of the MySql's user.

Definition at line 88 of file CliOptions.java.

Referenced by org.dbview.addons.input.mysql.Cli._getConf_().


Member Data Documentation

Args4J option's container for the soft foreign key detector.

Definition at line 73 of file CliOptions.java.

Referenced by org.dbview.addons.input.utils.mysql.CliOptions.getSoftForeignKeyDetector().

Args4J option's container for the name of the host that run the MySql server.

Definition at line 57 of file CliOptions.java.

Referenced by org.dbview.addons.input.utils.mysql.CliOptions.getHost().

Args4J option's container for the name of the database.

Definition at line 69 of file CliOptions.java.

Referenced by org.dbview.addons.input.utils.mysql.CliOptions.getDbNanme().

Args4J option's container for the password used to connect to the MySql server.

Definition at line 65 of file CliOptions.java.

Referenced by org.dbview.addons.input.utils.mysql.CliOptions.getPassword().

Args4J option's container for the port's number used by the MySql server.

Definition at line 77 of file CliOptions.java.

Referenced by org.dbview.addons.input.utils.mysql.CliOptions.getPort().

Args4J option's container for the name of the MySql user.

Definition at line 61 of file CliOptions.java.

Referenced by org.dbview.addons.input.utils.mysql.CliOptions.getUser().

final String org.dbview.addons.input.utils.mysql.CliOptions.DBNAME = "-dbname" [static]

Command line option that represents the name of the database.

Definition at line 47 of file CliOptions.java.

Referenced by org.dbview.addons.input.mysql.Cli.getOptions().

final String org.dbview.addons.input.utils.mysql.CliOptions.FKMATCHER = "-fkmatcher" [static]

Command line option that represents the name of the soft foreign key detector to use.

Definition at line 50 of file CliOptions.java.

Referenced by org.dbview.addons.input.mysql.Cli.getOptions().

final String org.dbview.addons.input.utils.mysql.CliOptions.HOST = "-host" [static]

Command line option that represents the name of the name of the host that runs the MySql server.

Definition at line 38 of file CliOptions.java.

Referenced by org.dbview.addons.input.mysql.Cli.getOptions().

final String org.dbview.addons.input.utils.mysql.CliOptions.PASSWORD = "-password" [static]

Command line option that represents the password used to connect to the MySql server.

Definition at line 44 of file CliOptions.java.

Referenced by org.dbview.addons.input.mysql.Cli.getOptions().

final String org.dbview.addons.input.utils.mysql.CliOptions.PORT = "-port" [static]

Command line option that represents the port's number used by the MySql server.

Definition at line 53 of file CliOptions.java.

Referenced by org.dbview.addons.input.mysql.Cli.getOptions().

final String org.dbview.addons.input.utils.mysql.CliOptions.USER = "-user" [static]

Command line option that represents the name of the MySql user.

Definition at line 41 of file CliOptions.java.

Referenced by org.dbview.addons.input.mysql.Cli.getOptions().


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