DBVIEW
org.dbview.adapter.CliParameter Class Reference

List of all members.

Public Attributes

String parameter = null
Boolean mandatory = Boolean.FALSE
String description = null
int type = CliParameterTypes.UNDEFINED
String resource_name = null

Detailed Description

This class represents a command line parameter.

Remarks:
This class is only used when the user requires to print the help.
Author:
Denis BEURIVE

Definition at line 31 of file CliParameter.java.


Member Data Documentation

Name of the resource that implements the feature behind the parameter.

  • Resources are packaged into JAR files.
  • The list of available resources is defined in the application's configuration file "resources.properties".
  • Each resource is bound to a JAR file.
Remarks:
Please not that this attribute does NOT represents a file name. It represents the entry, in the configuration file "resources.properties", that is bound to the JAR file.

Definition at line 55 of file CliParameter.java.

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


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