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 String
getCopyright()
static String
getEndpoint()
static String
getName()
static String
getOutputFileName()
static String
getQuery()
static String
getReleaseDate()
static String
getSearchURL()
static String
getVersion()
-
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
-