org.apache.derby.impl.tools.sysinfo
Class ZipInfoProperties

java.lang.Object
  extended byorg.apache.derby.impl.tools.sysinfo.ZipInfoProperties

public class ZipInfoProperties
extends java.lang.Object


Field Summary
private  java.lang.String location
          full path to zip (or expanded zip) C:/cloudscape/lib/tools.zip -or- D:\myWorkDir\cloudscape\lib\ *expanded* The base name (at the end) should be the same as the zipNameString
private  ProductVersionHolder version
           
 
Constructor Summary
(package private) ZipInfoProperties(ProductVersionHolder version)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

version

private final ProductVersionHolder version

location

private java.lang.String location
full path to zip (or expanded zip) C:/cloudscape/lib/tools.zip -or- D:\myWorkDir\cloudscape\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)


Apache Derby V10.0 Engine Documentation - Copyright © 1997,2004 The Apache Software Foundation or its licensors, as applicable.