Package 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 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 Description BuildVersionInfo()
-
-
-
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. *
-
-