gov.nasa.pds.transform.util
Class ToolInfo

java.lang.Object
  extended by gov.nasa.pds.transform.util.ToolInfo

public class ToolInfo
extends Object

Class to get tool release information.

Author:
mcayanan

Field Summary
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 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

FILE

public static final String FILE
Properties file name.

See Also:
Constant Field Values

NAME

public static final String NAME
Property key that holds the tool name.

See Also:
Constant Field Values

VERSION

public static final String VERSION
Property key that holds the version.

See Also:
Constant Field Values

RELEASE_DATE

public static final String RELEASE_DATE
Property key that holds the release date.

See Also:
Constant Field Values

COPYRIGHT

public static final String COPYRIGHT
Property key that holds the copyright information.

See Also:
Constant Field Values
Constructor Detail

ToolInfo

public ToolInfo()
Method Detail

getName

public static String getName()
Get the name of the tool.

Returns:
The tool name.

getVersion

public static String getVersion()
Get the version.

Returns:
The tool version.

getReleaseDate

public static String getReleaseDate()
Get the release date.

Returns:
The tool release date.

getCopyright

public static String getCopyright()
Get copyright information.

Returns:
The copyright info.


Copyright © 2010-2013 Planetary Data System. All Rights Reserved.