Package gov.nasa.pds.transform.util
Class ToolInfo
- java.lang.Object
- 
- gov.nasa.pds.transform.util.ToolInfo
 
- 
 public class ToolInfo extends Object Class to get tool release information.- Author:
- mcayanan
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringCOPYRIGHTProperty key that holds the copyright information.static StringFILEProperties file name.static StringNAMEProperty key that holds the tool name.static StringRELEASE_DATEProperty key that holds the release date.static StringVERSIONProperty key that holds the version.
 - 
Constructor SummaryConstructors Constructor Description ToolInfo()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetCopyright()Get copyright information.static StringgetName()Get the name of the tool.static StringgetReleaseDate()Get the release date.static StringgetVersion()Get the version.
 
- 
- 
- 
Field Detail- 
FILEpublic static final String FILE Properties file name.- See Also:
- Constant Field Values
 
 - 
NAMEpublic static final String NAME Property key that holds the tool name.- See Also:
- Constant Field Values
 
 - 
VERSIONpublic static final String VERSION Property key that holds the version.- See Also:
- Constant Field Values
 
 - 
RELEASE_DATEpublic static final String RELEASE_DATE Property key that holds the release date.- See Also:
- Constant Field Values
 
 - 
COPYRIGHTpublic static final String COPYRIGHT Property key that holds the copyright information.- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getNamepublic static String getName() Get the name of the tool.- Returns:
- The tool name.
 
 - 
getVersionpublic static String getVersion() Get the version.- Returns:
- The tool version.
 
 - 
getReleaseDatepublic static String getReleaseDate() Get the release date.- Returns:
- The tool release date.
 
 - 
getCopyrightpublic static String getCopyright() Get copyright information.- Returns:
- The copyright info.
 
 
- 
 
-