Class ZipInfoProperties
java.lang.Object
org.apache.derby.impl.tools.sysinfo.ZipInfoProperties
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
full path to zip (or expanded zip) C:/derby/lib/tools.zip -or- D:\myWorkDir\derby\lib\ *expanded* The base name (at the end) should be the same as the zipNameStringprivate final ProductVersionHolder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethod to get only the "interesting" pieces of information for the customer, namely the version number (2.0.1) and the beta status and the build number(package private) void
setLocation
(String location)
-
Field Details
-
version
-
location
full path to zip (or expanded zip) C:/derby/lib/tools.zip -or- D:\myWorkDir\derby\lib\ *expanded* The base name (at the end) should be the same as the zipNameString
-
-
Constructor Details
-
ZipInfoProperties
ZipInfoProperties(ProductVersionHolder version)
-
-
Method Details
-
getVersionBuildInfo
Method to get only the "interesting" pieces of information for the customer, namely the version number (2.0.1) and the beta status and the build number- Returns:
- a value for displaying to the user via Sysinfo
-
getLocation
-
setLocation
-