public class ZipInfoProperties
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
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
|
private ProductVersionHolder |
version |
Constructor | Description |
---|---|
ZipInfoProperties(ProductVersionHolder version) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getLocation() |
|
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
|
(package private) void |
setLocation(java.lang.String location) |
private final ProductVersionHolder version
private java.lang.String location
ZipInfoProperties(ProductVersionHolder version)
public java.lang.String getVersionBuildInfo()
public java.lang.String getLocation()
void setLocation(java.lang.String location)
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.