Class ProductInfo

java.lang.Object
org.openjdk.asmtools.util.ProductInfo

public class ProductInfo extends Object
Class providing an access to the product info. productinfo.properties will be generated during the build
  • Field Details

    • VERSION

      public static final String VERSION
      Version of the product in the short format, like 5.0
    • FULL_VERSION

      public static final String FULL_VERSION
      Full version of the product, including build number and date of creation
    • BUNDLE_NAME

      private static final String BUNDLE_NAME
      See Also:
    • bundle

      private static ResourceBundle bundle
  • Constructor Details

    • ProductInfo

      public ProductInfo()
  • Method Details

    • getProperty

      public static String getProperty(String propName)
      Returns the value of the specified property
    • init

      private static void init()
      Initializes the bundle
    • version

      private static String version()
    • fullVersion

      private static String fullVersion()