cz.vity.freerapid.core
Class Consts

java.lang.Object
  extended by cz.vity.freerapid.core.Consts

public class Consts
extends Object

Trida pro ukladani globalnich konstant v aplikaci

Author:
Vity

Field Summary
static String APIVERSION
          version of API
static String APP_CODE
           
static String APPVERSION
          verze a jmeno programu
static String AUTHORS
           
(package private) static String DEFAULT_PROPERTIES
          Soubor pod kterym jsou polozky ulozeny
static int DEFAULT_RECENT_FILES_MAX_COUNT
           
static String DEMO_WEBURL
           
static String LAFSDIR
          cesta k adresari s look&feely
static String LAFSDIRFILE
          cesta k properties fajlu
static String LINUX_ICON_NAME
           
static String LINUX_SHELL_SCRIPT
           
static String LOGDEBUG
          cesta k souboru pro nastaveni logovani - debug
static String LOGDEFAULT
          cesta k souboru pro nastaveni logovani - default info
static int ONE_INSTANCE_SERVER_PORT
          port na kterem bezi aplikace, aby se zamezilo dvojimu spousteni - kvuli konexeni k databazi
static String PLUGIN_CHECK_UPDATE_URL
           
static String PRODUCT
          Product name
static String SOUNDS_DIR
          jmeno adresare v resources, kde je sound
static String VERSION
          Version
static String WEBURL
           
static String WEBURL_CHECKNEWVERSION
           
static String WEBURL_SUBMIT_ERROR
          URL adresa, kam se posilaji reporty o chybach
static String WINDOWS_EXE_NAME
           
static String WINDOWS_ICON_NAME
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PRODUCT

public static final String PRODUCT
Product name

See Also:
Constant Field Values

VERSION

public static final String VERSION
Version

See Also:
Constant Field Values

APPVERSION

public static final String APPVERSION
verze a jmeno programu

See Also:
Constant Field Values

LOGDEBUG

public static final String LOGDEBUG
cesta k souboru pro nastaveni logovani - debug

See Also:
Constant Field Values

LOGDEFAULT

public static final String LOGDEFAULT
cesta k souboru pro nastaveni logovani - default info

See Also:
Constant Field Values

SOUNDS_DIR

public static final String SOUNDS_DIR
jmeno adresare v resources, kde je sound

See Also:
Constant Field Values

LAFSDIR

public static final String LAFSDIR
cesta k adresari s look&feely

See Also:
Constant Field Values

LAFSDIRFILE

public static final String LAFSDIRFILE
cesta k properties fajlu

See Also:
Constant Field Values

ONE_INSTANCE_SERVER_PORT

public static final int ONE_INSTANCE_SERVER_PORT
port na kterem bezi aplikace, aby se zamezilo dvojimu spousteni - kvuli konexeni k databazi

See Also:
Constant Field Values

WEBURL_SUBMIT_ERROR

public static final String WEBURL_SUBMIT_ERROR
URL adresa, kam se posilaji reporty o chybach

See Also:
Constant Field Values

DEFAULT_RECENT_FILES_MAX_COUNT

public static final int DEFAULT_RECENT_FILES_MAX_COUNT
See Also:
Constant Field Values

WEBURL_CHECKNEWVERSION

public static final String WEBURL_CHECKNEWVERSION
See Also:
Constant Field Values

WEBURL

public static final String WEBURL
See Also:
Constant Field Values

DEMO_WEBURL

public static final String DEMO_WEBURL
See Also:
Constant Field Values

APP_CODE

public static final String APP_CODE
See Also:
Constant Field Values

AUTHORS

public static final String AUTHORS
See Also:
Constant Field Values

LINUX_SHELL_SCRIPT

public static final String LINUX_SHELL_SCRIPT
See Also:
Constant Field Values

LINUX_ICON_NAME

public static final String LINUX_ICON_NAME
See Also:
Constant Field Values

WINDOWS_ICON_NAME

public static final String WINDOWS_ICON_NAME
See Also:
Constant Field Values

WINDOWS_EXE_NAME

public static final String WINDOWS_EXE_NAME
See Also:
Constant Field Values

DEFAULT_PROPERTIES

static final String DEFAULT_PROPERTIES
Soubor pod kterym jsou polozky ulozeny

See Also:
Constant Field Values

PLUGIN_CHECK_UPDATE_URL

public static final String PLUGIN_CHECK_UPDATE_URL
See Also:
Constant Field Values

APIVERSION

public static final String APIVERSION
version of API

See Also:
Constant Field Values