Class ZipInfoProperties

java.lang.Object
org.apache.derby.impl.tools.sysinfo.ZipInfoProperties

public class ZipInfoProperties extends Object
  • Field Details

    • version

      private final ProductVersionHolder version
    • location

      private 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 Details

  • Method Details

    • getVersionBuildInfo

      public 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 String getLocation()
    • setLocation

      void setLocation(String location)