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 String
LIBRARY_VERSION
static String
ODL_VERSION
static String
STANDARDS_VERSION
-
Constructor Summary
Constructors Constructor Description VersionInfo()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getLibraryVersion()
static String
getODLVersion()
static String
getPDSVersion()
static String
getStandardsRefVersion()
-
-
-
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
-
-