net.sourceforge.juint
Class PackageProperties

java.lang.Object
  extended by net.sourceforge.juint.PackageProperties

public class PackageProperties
extends java.lang.Object

Properties related to this package.


Field Summary
static java.lang.String RESOURCE
          The file to load properties from.
 
Constructor Summary
PackageProperties()
          Creates a new instance, loading properties from RESOURCE.
 
Method Summary
 java.lang.String getName()
          Gets the package name.
 java.lang.String getVersion()
          Gets the package version.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

public static final java.lang.String RESOURCE
The file to load properties from. "net/sourceforge/juint/resources/package.properties"

See Also:
Constant Field Values
Constructor Detail

PackageProperties

public PackageProperties()
Creates a new instance, loading properties from RESOURCE.

Method Detail

getName

public java.lang.String getName()
Gets the package name.

Returns:
name, or "unknown" if there was an error loading this property.

getVersion

public java.lang.String getVersion()
Gets the package version.

Returns:
version, or "unknown" if there was an error loading this property.