com.aspose.barcode

Class BuildVersionInfo

  • java.lang.Object
    • com.aspose.barcode.BuildVersionInfo


  • public class BuildVersionInfo
    extends java.lang.Object
    Provides information about the current product name and version. Shows how to use BuildVersionInfo to obtain information about this product. System.out.prinln(MessageFormat.format("I am currently using %s, version number %s.", BuildVersionInfo.PRODUCT, BuildVersionInfo.ASSEMBLY_VERSION));
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String ASSEMBLY_VERSION
      Assembly version.
      static java.lang.String PRODUCT
      The product title.
      static java.util.Date RELEASE_DATE
      The product release date.
    • Constructor Summary

      Constructors 
      Constructor and Description
      BuildVersionInfo() 
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ASSEMBLY_VERSION

        public static final java.lang.String ASSEMBLY_VERSION
        Assembly version. *
        See Also:
        Constant Field Values
      • PRODUCT

        public static final java.lang.String PRODUCT
        The product title. *
        See Also:
        Constant Field Values
      • RELEASE_DATE

        public static java.util.Date RELEASE_DATE
        The product release date. *
    • Constructor Detail

      • BuildVersionInfo

        public BuildVersionInfo()