Class ZipInfoProperties
- java.lang.Object
-
- org.apache.derby.impl.tools.sysinfo.ZipInfoProperties
-
public class ZipInfoProperties extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Stringlocationfull 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 ProductVersionHolderversion
-
Constructor Summary
Constructors Constructor Description ZipInfoProperties(ProductVersionHolder version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLocation()java.lang.StringgetVersionBuildInfo()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(package private) voidsetLocation(java.lang.String location)
-
-
-
Field Detail
-
version
private final ProductVersionHolder version
-
location
private java.lang.String 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 Detail
-
ZipInfoProperties
ZipInfoProperties(ProductVersionHolder version)
-
-
Method Detail
-
getVersionBuildInfo
public java.lang.String 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
public java.lang.String getLocation()
-
setLocation
void setLocation(java.lang.String location)
-
-