Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
USER_NAME_REPOSITORY_ID_PREFIX |
"_repositoryId/" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
SIGNATURE_ALGORITHM |
"SHA256withRSA" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CONFIG_KEY_KEY_SIZE |
"authTokenEncryption.keySize" |
public static final int |
DEFAULT_KEY_SIZE |
128 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CONFIG_KEY_EXPIRY_PERIOD |
"deferrableExecutor.expiryPeriod" |
public static final String |
CONFIG_KEY_TIMEOUT |
"deferrableExecutor.timeout" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
SYSTEM_PROPERTY_PREFIX |
"cloudstore." |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
SYSTEM_PROPERTY_CONFIG_DIR |
"cloudstore.configDir" |
public static final String |
SYSTEM_PROPERTY_LOG_DIR |
"cloudstore.logDir" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
MESSAGE_VARIABLE_NAME |
"co.codewizards.cloudstore.aggregator" |
public static final String |
MESSAGE_VARIABLE_PERCENTAGE |
"${percentage}" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
PREPEND_MAIN_LABEL_TO_SUBTASK |
4 |
public static final int |
SUPPRESS_SUBTASK_LABEL |
2 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
DEFAULT_CLOSE_DEFERRED_MILLIS |
20000L |
public static final int |
DEFAULT_KEY_SIZE |
4096 |
public static final String |
META_DIR_NAME |
".cloudstore-repo" |
public static final String |
PERSISTENCE_PROPERTIES_FILE_NAME |
"cloudstore-persistence.properties" |
public static final String |
PROP_REPOSITORY_ALIASES |
"repository.aliases" |
public static final String |
PROP_REPOSITORY_ID |
"repository.id" |
public static final String |
PROP_VERSION |
"repository.version" |
public static final String |
REPOSITORY_PROPERTIES_FILE_NAME |
"cloudstore-repository.properties" |
public static final String |
SYSTEM_PROPERTY_CLOSE_DEFERRED_MILLIS |
"cloudstore.localRepoManager.closeDeferredMillis" |
public static final String |
SYSTEM_PROPERTY_KEY_SIZE |
"cloudstore.repository.asymmetricKey.size" |
public static final String |
TEMP_DIR_NAME |
".cloudstore-tmp" |
public static final String |
TEMP_NEW_FILE_PREFIX |
".cloudstore-new_" |
public static final String |
VAR_LOCAL_ROOT |
"repository.localRoot" |
public static final String |
VAR_META_DIR |
"repository.metaDir" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CONFIG_KEY_EVICT_DEAD_ENTRIES_PERIOD |
"repoRegistry.evictDeadEntriesPeriod" |
public static final long |
DEFAULT_EVICT_DEAD_ENTRIES_PERIOD |
86400000L |
public static final String |
LOCAL_REPO_REGISTRY_FILE |
"repoRegistry.properties" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CONFIG_KEY |
"fileWriteStrategy" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CONFIG_KEY_DOWNGRADE |
"updater.downgrade" |
public static final String |
CONFIG_KEY_ENABLED |
"updater.enabled" |
public static final String |
CONFIG_KEY_FORCE |
"updater.force" |
public static final String |
CONFIG_KEY_REMOTE_VERSION_CACHE_VALIDITY_PERIOD |
"updater.remoteVersionCache.validityPeriod" |
public static final long |
DEFAULT_REMOTE_VERSION_CACHE_VALIDITY_PERIOD |
21600000L |
public static final String |
INSTALLATION_PROPERTIES_ARTIFACT_ID |
"artifactId" |
public static final String |
INSTALLATION_PROPERTIES_FILE_NAME |
"installation.properties" |
public static final String |
INSTALLATION_PROPERTIES_VERSION |
"version" |
public static final String |
PROTOCOL_FILE |
"file" |
public static final String |
PROTOCOL_JAR |
"jar" |
public static final String |
remoteUpdatePropertiesURL |
"http://cloudstore.codewizards.co/update/co.codewizards.cloudstore.aggregator/update.properties" |
public static final String |
remoteVersionURL |
"http://cloudstore.codewizards.co/update/co.codewizards.cloudstore.aggregator/version" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
HASH_ALGORITHM_MD5 |
"MD5" |
public static final String |
HASH_ALGORITHM_SHA |
"SHA" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CHARSET_NAME_UTF_8 |
"UTF-8" |
public static final String |
COLLISION_FILE_NAME_INFIX |
".collision" |
public static final long |
GIGABYTE |
1073741824L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
SUFFIX_NULL_VALUE |
".null" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
PROTOCOL_FILE |
"file" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CONFIG_KEY_SOCKET_CONNECT_TIMEOUT |
"socket.connectTimeout" |
public static final String |
CONFIG_KEY_SOCKET_READ_TIMEOUT |
"socket.readTimeout" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
PROTOCOL_HTTP |
"http" |
public static final String |
PROTOCOL_HTTPS |
"https" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CONFIG_KEY_EARLY_RENEWAL_PERIOD |
"transientRepoPassword.earlyRenewalPeriod" |
public static final String |
CONFIG_KEY_EXPIRY_TIMER_PERIOD |
"transientRepoPassword.expiryTimerPeriod" |
public static final String |
CONFIG_KEY_RENEWAL_PERIOD |
"transientRepoPassword.renewalPeriod" |
public static final String |
CONFIG_KEY_VALIDITIY_PERIOD |
"transientRepoPassword.validityPeriod" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CONFIG_KEY_SECURE_PORT |
"server.securePort" |
Copyright © 2013-2014. All Rights Reserved.