Package gov.nasa.pds.harvest.search.util
Class ToolInfo
- java.lang.Object
- 
- gov.nasa.pds.harvest.search.util.ToolInfo
 
- 
 public class ToolInfo extends Object Class to get tool release information.- Author:
- mcayanan
 
- 
- 
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 - See Also:
- Constant Field Values
 
 - 
NAMEpublic static final String NAME - See Also:
- Constant Field Values
 
 - 
VERSIONpublic static final String VERSION - See Also:
- Constant Field Values
 
 - 
RELEASE_DATEpublic static final String RELEASE_DATE - See Also:
- Constant Field Values
 
 - 
COPYRIGHTpublic static final String COPYRIGHT - 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.
 
 
- 
 
-