DBVIEW
org.dbview.runtime.cli.CliActionSelector Class Reference

List of all members.

Static Public Attributes

static int CLI_UNKNOWN = -1
static int CLI_HELP = 0
static int CLI_INPUT_HELP = 1
static int CLI_OUTPUT_HELP = 2
static int CLI_LIST_INPUT_ADDONS = 3
static int CLI_LIST_OUTPUT_TABLE_ADDONS = 4
static int CLI_PROFILE_ADD = 5
static int CLI_PROFILE_REMOVE = 6
static int CLI_PROFILE_SHOW = 7
static int CLI_PROFILE_UPDATE = 8
static int CLI_PROFILE_LIST = 9
static int CLI_EXPORT = 10
static int CLI_LIST_SFK_DETECTOR = 11
static int CLI_PATH = 12

Detailed Description

This class contains constants that describe actions' selectors.

Author:
Denis Beurive

Definition at line 30 of file CliActionSelector.java.


Member Data Documentation

The user wants to export a database.

Definition at line 90 of file CliActionSelector.java.

Referenced by org.dbview.runtime.cli.CliParser.__tryExport().

The user requests the print of the help message for a specific input add-on.

Definition at line 45 of file CliActionSelector.java.

Referenced by org.dbview.runtime.cli.CliParser.__tryInputHelp().

The user requests the print of the list of all available input add-ons.

Definition at line 55 of file CliActionSelector.java.

Referenced by org.dbview.runtime.cli.CliParser.__tryTargetInput().

The user requests the print of the list of all available output add-ons.

Definition at line 60 of file CliActionSelector.java.

Referenced by org.dbview.runtime.cli.CliParser.__tryAddOnOutputTable().

The user wants to print the list of all available soft foreign key detectors.

Definition at line 95 of file CliActionSelector.java.

Referenced by org.dbview.runtime.cli.CliParser.__tryListFkMatcher().

The user requests the print of the help message for a specific output add-on.

Definition at line 50 of file CliActionSelector.java.

Referenced by org.dbview.runtime.cli.CliParser.__tryOutputHelp().

The user wants to calculate the path(s) between two tables.

Definition at line 100 of file CliActionSelector.java.

The user wants to add a new profile to the profiles' repository.

Definition at line 65 of file CliActionSelector.java.

Referenced by org.dbview.runtime.cli.CliParser.__tryProfileAdd().

The user wants to print all profiles in the profiles' repository.

Definition at line 85 of file CliActionSelector.java.

Referenced by org.dbview.runtime.cli.CliParser.__tryProfileList().

The user wants to remove a profile from the profiles' repository.

Definition at line 70 of file CliActionSelector.java.

Referenced by org.dbview.runtime.cli.CliParser.__tryProfileDelete().

The user wants to print a given profile.

Definition at line 75 of file CliActionSelector.java.

Referenced by org.dbview.runtime.cli.CliParser.__tryProfileShow().

The user wants to update a given profile.

Definition at line 80 of file CliActionSelector.java.

Referenced by org.dbview.runtime.cli.CliParser.__tryProfileUpdate().

Unknown action selector.

Definition at line 35 of file CliActionSelector.java.

Referenced by org.dbview.runtime.cli.CliParser.parse().


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