public class SynchronizationConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CHECK_IN_CONFIRMATION_CONTEXT
The context used when querying the user's choice before a check-in operation.
|
static String |
DELETE_CONFIRMATION_CONTEXT
The context used when querying the user's choice before a delete operation.
|
static String |
DUMP_META_FILE_NAME
The name of the temporary file containing the meta information related to a dump.
|
static String |
META_DIRECTORY
The name of the directory containing the meta information related to a check-out.
|
static String |
META_FILE_EXTENSION
The extension of a file containing meta information.
|
static String |
META_FILE_PREFIX
The prefix of a file containing meta information.
|
static String |
MINE_FILE_POSTFIX
The postfix of a mine file created during a conflict between the local and the remote
versions of a resource during an update.
|
static String |
OVERWRITE_CONFIRMATION_CONTEXT
The context used when querying the user's choice before an overwrite operation.
|
static String |
REGISTRY_IGNORE_CONFLICTS
Name of system property to be set to ignore conflicts generated by the registry
synchronization APIs.
|
static String |
SERVER_FILE_POSTFIX
The postfix of the server file created during a conflict between the local and the remote
versions of a resource during an update.
|
Constructor and Description |
---|
SynchronizationConstants() |
public static final String META_DIRECTORY
public static final String META_FILE_PREFIX
public static final String META_FILE_EXTENSION
public static final String DUMP_META_FILE_NAME
public static final String MINE_FILE_POSTFIX
public static final String SERVER_FILE_POSTFIX
public static final String DELETE_CONFIRMATION_CONTEXT
public static final String CHECK_IN_CONFIRMATION_CONTEXT
public static final String OVERWRITE_CONFIRMATION_CONTEXT
public static final String REGISTRY_IGNORE_CONFLICTS
Copyright © 2016 WSO2 Inc. All Rights Reserved.