|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wso2.carbon.registry.synchronization.SynchronizationConstants
public class SynchronizationConstants
This class contains the various constants used by the Registry Synchronization API, and its various clients.
Field Summary | |
---|---|
static java.lang.String |
CHECK_IN_CONFIRMATION_CONTEXT
The context used when querying the user's choice before a check-in operation. |
static java.lang.String |
DELETE_CONFIRMATION_CONTEXT
The context used when querying the user's choice before a delete operation. |
static java.lang.String |
DUMP_META_FILE_NAME
The name of the temporary file containing the meta information related to a dump. |
static java.lang.String |
META_DIRECTORY
The name of the directory containing the meta information related to a check-out. |
static java.lang.String |
META_FILE_EXTENSION
The extension of a file containing meta information. |
static java.lang.String |
META_FILE_PREFIX
The prefix of a file containing meta information. |
static java.lang.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 java.lang.String |
OVERWRITE_CONFIRMATION_CONTEXT
The context used when querying the user's choice before an overwrite operation. |
static java.lang.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 Summary | |
---|---|
SynchronizationConstants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String META_DIRECTORY
public static final java.lang.String META_FILE_PREFIX
public static final java.lang.String META_FILE_EXTENSION
public static final java.lang.String DUMP_META_FILE_NAME
public static final java.lang.String MINE_FILE_POSTFIX
public static final java.lang.String SERVER_FILE_POSTFIX
public static final java.lang.String DELETE_CONFIRMATION_CONTEXT
public static final java.lang.String CHECK_IN_CONFIRMATION_CONTEXT
public static final java.lang.String OVERWRITE_CONFIRMATION_CONTEXT
Constructor Detail |
---|
public SynchronizationConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |