Class ToolInfo
- java.lang.Object
-
- gov.nasa.pds.imaging.generate.util.ToolInfo
-
public class ToolInfo extends Object
Class to get tool release information.- Author:
- jpadams
-
-
Constructor Summary
Constructors Constructor Description ToolInfo()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getCopyright()
Get copyright information.static String
getModelVersion()
static String
getName()
Get the name of the tool.static String
getReleaseDate()
Get the release date.static String
getVersion()
Get the version.
-
-
-
Field Detail
-
FILE
public static final String FILE
- See Also:
- Constant Field Values
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
VERSION
public static final String VERSION
- See Also:
- Constant Field Values
-
RELEASE_DATE
public static final String RELEASE_DATE
- See Also:
- Constant Field Values
-
COPYRIGHT
public static final String COPYRIGHT
- See Also:
- Constant Field Values
-
MODEL_VERSION
public static final String MODEL_VERSION
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCopyright
public static String getCopyright()
Get copyright information.- Returns:
- The copyright info.
-
getName
public static String getName()
Get the name of the tool.- Returns:
- The tool name.
-
getReleaseDate
public static String getReleaseDate()
Get the release date.- Returns:
- The tool release date.
-
getVersion
public static String getVersion()
Get the version.- Returns:
- The tool version.
-
getModelVersion
public static String getModelVersion()
-
-