Package gov.nasa.pds.tools.util
Class VersionInfo
- java.lang.Object
-
- gov.nasa.pds.tools.util.VersionInfo
-
public final class VersionInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringLIBRARY_VERSIONstatic StringODL_VERSIONstatic StringSTANDARDS_VERSION
-
Constructor Summary
Constructors Constructor Description VersionInfo()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetLibraryVersion()static StringgetODLVersion()static StringgetPDSVersion()static StringgetStandardsRefVersion()
-
-
-
Field Detail
-
ODL_VERSION
public static final String ODL_VERSION
- See Also:
- Constant Field Values
-
LIBRARY_VERSION
public static final String LIBRARY_VERSION
- See Also:
- Constant Field Values
-
STANDARDS_VERSION
public static final String STANDARDS_VERSION
- See Also:
- Constant Field Values
-
-