Package org.jbundle.jbackup
Interface JBackupConstants
-
- All Known Implementing Classes:
BaseDestination,BaseDestinationPropertyView,BaseScanner,BaseSource,BaseSourcePropertyView,DebugDestination,DebugDestinationPropertyView,FilesystemDestination,FilesystemDestinationPropertyView,FilesystemSource,FilesystemSourcePropertyView,FtpDestination,FtpDestinationPropertyView,HttpDestination,HttpDestinationPropertyView,JBackup,MainPropertyView,Scanner,ZipDestination,ZipDestinationPropertyView,ZipSource,ZipSourcePropertyView
public interface JBackupConstantsConstants for the backup program.- Version:
- Author:
- Administrator
-
-
Field Summary
Fields Modifier and Type Field Description static StringBACKUP_INCREMENTAL_PARAMstatic StringBACKUPDATE_PARAMstatic StringBASE_URL_PARAMstatic StringBLANKstatic StringCALC_FILE_LENGTH_PARAMstatic booleanDEBUGstatic StringDEFAULT_PROPERTY_FILENAMEstatic StringDEFAULT_ROOT_DIRstatic StringDEST_ROOT_PATHNAME_PARAMstatic StringDESTINATION_PARAMstatic StringFALSEstatic StringFILTER_PARAMstatic StringFTP_HOSTstatic StringFTP_PORTstatic StringHTTPstatic StringLOG_FILENAME_PARAMstatic intMAX_LEVELSstatic StringMAX_SIZE_PARAMstatic StringPASSWORDstatic StringPROPERTY_FILENAME_PARAMstatic StringPROPERTY_QUIET_PARAMstatic StringROOT_DIRstatic StringROOT_PACKAGEstatic StringSOURCE_PARAMstatic StringSOURCE_ROOT_PATHNAME_PARAMstatic StringTRUEstatic StringUSER_NAMEstatic StringZIPIN_FILENAME_PARAMstatic StringZIPOUT_FILENAME_PARAMstatic StringZIPOUT_PATHNAME_PARAM
-
-
-
Field Detail
-
DEBUG
static final boolean DEBUG
- See Also:
- Constant Field Values
-
TRUE
static final String TRUE
- See Also:
- Constant Field Values
-
FALSE
static final String FALSE
- See Also:
- Constant Field Values
-
BLANK
static final String BLANK
- See Also:
- Constant Field Values
-
ROOT_PACKAGE
static final String ROOT_PACKAGE
- See Also:
- Constant Field Values
-
PROPERTY_FILENAME_PARAM
static final String PROPERTY_FILENAME_PARAM
- See Also:
- Constant Field Values
-
DEFAULT_PROPERTY_FILENAME
static final String DEFAULT_PROPERTY_FILENAME
- See Also:
- Constant Field Values
-
PROPERTY_QUIET_PARAM
static final String PROPERTY_QUIET_PARAM
- See Also:
- Constant Field Values
-
SOURCE_PARAM
static final String SOURCE_PARAM
- See Also:
- Constant Field Values
-
DESTINATION_PARAM
static final String DESTINATION_PARAM
- See Also:
- Constant Field Values
-
BACKUP_INCREMENTAL_PARAM
static final String BACKUP_INCREMENTAL_PARAM
- See Also:
- Constant Field Values
-
BACKUPDATE_PARAM
static final String BACKUPDATE_PARAM
- See Also:
- Constant Field Values
-
FILTER_PARAM
static final String FILTER_PARAM
- See Also:
- Constant Field Values
-
DEST_ROOT_PATHNAME_PARAM
static final String DEST_ROOT_PATHNAME_PARAM
- See Also:
- Constant Field Values
-
LOG_FILENAME_PARAM
static final String LOG_FILENAME_PARAM
- See Also:
- Constant Field Values
-
CALC_FILE_LENGTH_PARAM
static final String CALC_FILE_LENGTH_PARAM
- See Also:
- Constant Field Values
-
FTP_HOST
static final String FTP_HOST
- See Also:
- Constant Field Values
-
FTP_PORT
static final String FTP_PORT
- See Also:
- Constant Field Values
-
ROOT_DIR
static final String ROOT_DIR
- See Also:
- Constant Field Values
-
DEFAULT_ROOT_DIR
static final String DEFAULT_ROOT_DIR
- See Also:
- Constant Field Values
-
USER_NAME
static final String USER_NAME
- See Also:
- Constant Field Values
-
PASSWORD
static final String PASSWORD
- See Also:
- Constant Field Values
-
BASE_URL_PARAM
static final String BASE_URL_PARAM
- See Also:
- Constant Field Values
-
HTTP
static final String HTTP
- See Also:
- Constant Field Values
-
ZIPOUT_PATHNAME_PARAM
static final String ZIPOUT_PATHNAME_PARAM
- See Also:
- Constant Field Values
-
ZIPOUT_FILENAME_PARAM
static final String ZIPOUT_FILENAME_PARAM
- See Also:
- Constant Field Values
-
MAX_SIZE_PARAM
static final String MAX_SIZE_PARAM
- See Also:
- Constant Field Values
-
MAX_LEVELS
static final int MAX_LEVELS
- See Also:
- Constant Field Values
-
SOURCE_ROOT_PATHNAME_PARAM
static final String SOURCE_ROOT_PATHNAME_PARAM
- See Also:
- Constant Field Values
-
ZIPIN_FILENAME_PARAM
static final String ZIPIN_FILENAME_PARAM
- See Also:
- Constant Field Values
-
-