org.wso2.carbon.registry.synchronization
Class SynchronizationConstants

java.lang.Object
  extended by org.wso2.carbon.registry.synchronization.SynchronizationConstants

public class SynchronizationConstants
extends Object

This class contains the various constants used by the Registry Synchronization API, and its various clients.


Field Summary
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 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

META_DIRECTORY

public static final String META_DIRECTORY
The name of the directory containing the meta information related to a check-out.

See Also:
Constant Field Values

META_FILE_PREFIX

public static final String META_FILE_PREFIX
The prefix of a file containing meta information.

See Also:
Constant Field Values

META_FILE_EXTENSION

public static final String META_FILE_EXTENSION
The extension of a file containing meta information.

See Also:
Constant Field Values

DUMP_META_FILE_NAME

public static final String DUMP_META_FILE_NAME
The name of the temporary file containing the meta information related to a dump.

See Also:
Constant Field Values

MINE_FILE_POSTFIX

public static final 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. This reflects the version found on the local filesystem.

See Also:
Constant Field Values

SERVER_FILE_POSTFIX

public static final 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. This reflects the version found on the remote server.

See Also:
Constant Field Values

DELETE_CONFIRMATION_CONTEXT

public static final String DELETE_CONFIRMATION_CONTEXT
The context used when querying the user's choice before a delete operation.

See Also:
Constant Field Values

CHECK_IN_CONFIRMATION_CONTEXT

public static final String CHECK_IN_CONFIRMATION_CONTEXT
The context used when querying the user's choice before a check-in operation.

See Also:
Constant Field Values

OVERWRITE_CONFIRMATION_CONTEXT

public static final String OVERWRITE_CONFIRMATION_CONTEXT
The context used when querying the user's choice before an overwrite operation.

See Also:
Constant Field Values
Constructor Detail

SynchronizationConstants

public SynchronizationConstants()


Copyright © 2011 WSO2 Inc. All Rights Reserved.