de.beamertool.util
Class INFORMATION

java.lang.Object
  extended by de.beamertool.util.INFORMATION

public class INFORMATION
extends Object

Contains some constant strings about beamer-tool

Author:
ocm-zeeman

Field Summary
static String AUTHOR
          main author of beamer-tool
static String BUILD
          build number
static String CONFIGFILE
          configuration file
static String[] COPYRIGHTS
          Copyright holder
static String HOMEPAGE
          homepage of beamer-tool
static boolean isWebstart
           
static String NAME
          application name
static String RMINAME
           
static String VERSION
          major version
 
Constructor Summary
INFORMATION()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
application name

See Also:
Constant Field Values

VERSION

public static final String VERSION
major version

See Also:
Constant Field Values

BUILD

public static final String BUILD
build number

See Also:
Constant Field Values

AUTHOR

public static final String AUTHOR
main author of beamer-tool

See Also:
Constant Field Values

HOMEPAGE

public static final String HOMEPAGE
homepage of beamer-tool

See Also:
Constant Field Values

CONFIGFILE

public static final String CONFIGFILE
configuration file


RMINAME

public static final String RMINAME
See Also:
Constant Field Values

isWebstart

public static final boolean isWebstart

COPYRIGHTS

public static final String[] COPYRIGHTS
Copyright holder

Constructor Detail

INFORMATION

public INFORMATION()