public class ToolInfo extends Object
Modifier and Type | Field and Description |
---|---|
static String |
COPYRIGHT
Property key that holds the copyright information.
|
static String |
FILE
Properties file name.
|
static String |
NAME
Property key that holds the tool name.
|
static String |
RELEASE_DATE
Property key that holds the release date.
|
static String |
VERSION
Property key that holds the version.
|
Constructor and Description |
---|
ToolInfo() |
Modifier and Type | Method and Description |
---|---|
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.
|
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
public static String getName()
public static String getVersion()
public static String getReleaseDate()
public static String getCopyright()
Copyright © 2010–2017 Planetary Data System. All rights reserved.