com.jalios.jcms.tools
Class StoreMerge

java.lang.Object
  extended by com.jalios.jcms.tools.StoreMerge
All Implemented Interfaces:
StoreConstants

public class StoreMerge
extends Object
implements StoreConstants


Field Summary
static int STATUS_BAD_PARAMETERS
           
static int STATUS_CONFLICTS
           
static int STATUS_ERROR
           
static int STATUS_NO_DIFF
           
static int STATUS_OK
           
static String[] statusTexts
           
 
Fields inherited from interface com.jalios.jstore.StoreConstants
ARRAY_FLAG, CLEANING_STATE, COLLECTION_FLAG, CREATE_OP, DELETE_OP, IDLE_STATE, INNER_LOGS, INNER_MILESTONE, INNER_PREFIX, INNER_SYNC, ITEM_ESCAPE_CHAR, ITEM_SEPARATOR, LOADING_STATE, MAP_ASSIGN, MAP_CHARS_TO_ESCAPE, MAP_CLASS_SEPARATOR, MAP_FLAG, NAMESPACE, REVISION, SH_SUFFIX, STORING_STATE, UPDATE_OP
 
Constructor Summary
StoreMerge()
           
 
Method Summary
static void main(String[] args)
           
 Object[] merge(StoreMergeParameters params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STATUS_OK

public static final int STATUS_OK
See Also:
Constant Field Values

STATUS_BAD_PARAMETERS

public static final int STATUS_BAD_PARAMETERS
See Also:
Constant Field Values

STATUS_ERROR

public static final int STATUS_ERROR
See Also:
Constant Field Values

STATUS_CONFLICTS

public static final int STATUS_CONFLICTS
See Also:
Constant Field Values

STATUS_NO_DIFF

public static final int STATUS_NO_DIFF
See Also:
Constant Field Values

statusTexts

public static final String[] statusTexts
Constructor Detail

StoreMerge

public StoreMerge()
Method Detail

merge

public Object[] merge(StoreMergeParameters params)

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2001-2010 Jalios SA. All Rights Reserved.