|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.harvest.pdap.util.ToolInfo
public class ToolInfo
Class to get tool release information.
Field Summary | |
---|---|
static String |
COPYRIGHT
|
static String |
FILE
|
static String |
NAME
|
static String |
RELEASE_DATE
|
static String |
VERSION
|
Constructor Summary | |
---|---|
ToolInfo()
|
Method Summary | |
---|---|
static String |
getCopyright()
Get copyright information. |
static String |
getName()
Get the name of the tool. |
static String |
getReleaseDate()
Get the release date. |
static String |
getVersion()
Get the version. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String FILE
public static final String NAME
public static final String VERSION
public static final String RELEASE_DATE
public static final String COPYRIGHT
Constructor Detail |
---|
public ToolInfo()
Method Detail |
---|
public static String getName()
public static String getVersion()
public static String getReleaseDate()
public static String getCopyright()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |