Interface ProductGenusNames
public interface ProductGenusNames
Holder 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
FieldsModifier and TypeFieldDescriptionstatic final StringGenus name for dbms products.static final Stringstatic final StringGenus name for network clientstatic final Stringstatic final StringGenus name for net products.static final Stringstatic final Stringstatic final StringGenus name for optional toolsstatic final StringGenus name for tools products.static final String
-
Field Details
-
DBMS
-
DBMS_INFO
- See Also:
-
TOOLS
-
TOOLS_INFO
- See Also:
-
NET
-
NET_INFO
- See Also:
-
DNC
-
DNC_INFO
- See Also:
-
OPTIONALTOOLS
-
OPTIONAL_TOOLS_INFO
- See Also:
-