public class ToolInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Property key that holds the copyright information.
|
static java.lang.String |
FILE
Properties file name.
|
static java.lang.String |
NAME
Property key that holds the tool name.
|
static java.lang.String |
RELEASE_DATE
Property key that holds the release date.
|
static java.lang.String |
VERSION
Property key that holds the version.
|
Constructor and Description |
---|
ToolInfo() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getCopyright()
Get copyright information.
|
static java.lang.String |
getName()
Get the name of the tool.
|
static java.lang.String |
getReleaseDate()
Get the release date.
|
static java.lang.String |
getVersion()
Get the version.
|
public static final java.lang.String FILE
public static final java.lang.String NAME
public static final java.lang.String VERSION
public static final java.lang.String RELEASE_DATE
public static final java.lang.String COPYRIGHT
public static java.lang.String getName()
public static java.lang.String getVersion()
public static java.lang.String getReleaseDate()
public static java.lang.String getCopyright()
Copyright © 2010-2019 Planetary Data System. All Rights Reserved.