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
-
-
Constructor Summary
Constructors Constructor Description ToolInfo()
-
Method Summary
All Methods Static Methods Concrete Methods 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 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
-
SEARCH_URL
public static final String SEARCH_URL
- See Also:
- Constant Field Values
-
OUTPUT_FILE_NAME
public static final String OUTPUT_FILE_NAME
- See Also:
- Constant Field Values
-
ENDPOINT
public static final String ENDPOINT
- See Also:
- Constant Field Values
-
QUERY
public static final String QUERY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
public static String getName()
-
getVersion
public static String getVersion()
-
getReleaseDate
public static String getReleaseDate()
-
getCopyright
public static String getCopyright()
-
getSearchURL
public static String getSearchURL()
-
getOutputFileName
public static String getOutputFileName()
-
getEndpoint
public static String getEndpoint()
-
getQuery
public static String getQuery()
-
-