Class ZipInfoProperties


  • public class ZipInfoProperties
    extends java.lang.Object
    • Field Summary

      Fields 
      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  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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
    • 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)