public class Fields extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CHARSET
The charset for all http related interactions
|
static int |
COOKIE_AGE
The Constant COOKIE_AGE.
|
static String |
COOKIE_PATH
The Constant COOKIE_PATH.
|
static String |
COOKIE_USER
The Constant COOKIE_USER.
|
static String |
COOKIE_WORKSPACE_HISTORY
The Constant COOKIE_WORKSPACE_HISTORY
|
static String |
HASH_ALGO
Hash Algo for generating temp ids
|
static String |
PROP_ARCHIVE_PRE |
static String |
PROP_LASTSEEN_PRE |
static String |
PROP_SEPARATOR |
static String |
PROP_SEPARATOR_REGEX |
static String |
PROP_WORKSPACE_PRE |
static long |
QUOTA_ARCHIVE_LIMIT
Maximum number of archives in a workspace.
|
static long |
QUOTA_ARCHIVE_SIZE
Maximum size of one archive in bytes.
|
static long |
QUOTA_FILE_LIMIT
Maximum number of files in an archive.
|
static long |
QUOTA_TOTAL_SIZE
Maximum size in bytes of all workspaces together.
|
static long |
QUOTA_UNLIMITED
Value for unlimited quota.
|
static long |
QUOTA_UPLOAD_SIZE
Maximum file size for uploads.
|
static long |
QUOTA_WORKSPACE_AGE
Maximum time in seconds a workspace can be left unused, before deletion.
|
static long |
QUOTA_WORKSPACE_SIZE
Maximum size in bytes of all archives in one workspaces together.
|
static File |
SETTINGS_FILE |
static String |
SETTINGS_FILE_NAME |
static File |
STORAGE
The Constant STORAGE.
|
static long |
STORAGE_AGE
minimum time after that the settings should be stored in ms
|
static String |
TEMP_FILE_PREFIX
Prefix for temp files
|
Constructor and Description |
---|
Fields() |
public static final String COOKIE_USER
public static final String COOKIE_PATH
public static final String COOKIE_WORKSPACE_HISTORY
public static final String SETTINGS_FILE_NAME
public static File STORAGE
public static File SETTINGS_FILE
public static final int COOKIE_AGE
public static final String PROP_ARCHIVE_PRE
public static final String PROP_WORKSPACE_PRE
public static final String PROP_LASTSEEN_PRE
public static final String PROP_SEPARATOR
public static final String PROP_SEPARATOR_REGEX
public static final long STORAGE_AGE
public static final String TEMP_FILE_PREFIX
public static final String HASH_ALGO
public static final String CHARSET
public static final long QUOTA_UNLIMITED
public static long QUOTA_TOTAL_SIZE
public static long QUOTA_WORKSPACE_SIZE
public static long QUOTA_WORKSPACE_AGE
public static long QUOTA_ARCHIVE_SIZE
public static long QUOTA_ARCHIVE_LIMIT
public static long QUOTA_FILE_LIMIT
public static long QUOTA_UPLOAD_SIZE
Copyright © 2014. All rights reserved.