Package gov.nasa.pds.validate.util
Class ToolInfo
java.lang.Object
gov.nasa.pds.validate.util.ToolInfo
public class ToolInfo extends Object
Class to get tool release information.
- Author:
- mcayanan
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ToolInfo() -
Method Summary
Modifier and Type Method Description static StringgetCopyright()static StringgetEndpoint()static StringgetName()static StringgetOutputFileName()static StringgetQuery()static StringgetReleaseDate()static StringgetSearchURL()static StringgetVersion()
-
Field Details
-
FILE
- See Also:
- Constant Field Values
-
NAME
- See Also:
- Constant Field Values
-
VERSION
- See Also:
- Constant Field Values
-
RELEASE_DATE
- See Also:
- Constant Field Values
-
COPYRIGHT
- See Also:
- Constant Field Values
-
SEARCH_URL
- See Also:
- Constant Field Values
-
OUTPUT_FILE_NAME
- See Also:
- Constant Field Values
-
ENDPOINT
- See Also:
- Constant Field Values
-
QUERY
- See Also:
- Constant Field Values
-
-
Constructor Details
-
ToolInfo
public ToolInfo()
-
-
Method Details
-
getName
-
getVersion
-
getReleaseDate
-
getCopyright
-
getSearchURL
-
getOutputFileName
-
getEndpoint
-
getQuery
-