Interface ProductGenusNames
-
public interface ProductGenusNamesHolder class for Derby genus names.A product genus defines a product's category (tools, DBMS etc). Currently, Derby only ships one jar file per genus. The info file defined in this file is used by sysinfo to determine version information.
A correct run time environment should include at most one Derby jar file of a given genus. This helps avoid situations in which the environment loads classes from more than one version.
Please note that the list provided here serves to document product genus names and to facilitate consistent naming in code. Because the list of supported Derby genus names may change with time, the code in this package does *NOT* restrict users to the product genus names listed here.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDBMSGenus name for dbms products.static java.lang.StringDBMS_INFOstatic java.lang.StringDNCGenus name for network clientstatic java.lang.StringDNC_INFOstatic java.lang.StringNETGenus name for net products.static java.lang.StringNET_INFOstatic java.lang.StringOPTIONAL_TOOLS_INFOstatic java.lang.StringOPTIONALTOOLSGenus name for optional toolsstatic java.lang.StringTOOLSGenus name for tools products.static java.lang.StringTOOLS_INFO
-
-
-
Field Detail
-
DBMS
static final java.lang.String DBMS
Genus name for dbms products.- See Also:
- Constant Field Values
-
DBMS_INFO
static final java.lang.String DBMS_INFO
- See Also:
- Constant Field Values
-
TOOLS
static final java.lang.String TOOLS
Genus name for tools products.- See Also:
- Constant Field Values
-
TOOLS_INFO
static final java.lang.String TOOLS_INFO
- See Also:
- Constant Field Values
-
NET
static final java.lang.String NET
Genus name for net products.- See Also:
- Constant Field Values
-
NET_INFO
static final java.lang.String NET_INFO
- See Also:
- Constant Field Values
-
DNC
static final java.lang.String DNC
Genus name for network client- See Also:
- Constant Field Values
-
DNC_INFO
static final java.lang.String DNC_INFO
- See Also:
- Constant Field Values
-
OPTIONALTOOLS
static final java.lang.String OPTIONALTOOLS
Genus name for optional tools- See Also:
- Constant Field Values
-
OPTIONAL_TOOLS_INFO
static final java.lang.String OPTIONAL_TOOLS_INFO
- See Also:
- Constant Field Values
-
-