org.kuali.common.impex.model.util
Class DifferenceUtils

java.lang.Object
  extended by org.kuali.common.impex.model.util.DifferenceUtils

public class DifferenceUtils
extends Object


Field Summary
static String CLOSE_PAREN
           
static String COMMA
           
static String DOT
           
static String FOUND_IN_LABEL
           
static String LABEL_SEPARATOR
           
static String NOT_EQUAL_SEPARATOR
           
static String NOT_FOUND_IN_LABEL
           
static String OPEN_PAREN
           
static String SPACE
           
 
Constructor Summary
DifferenceUtils()
           
 
Method Summary
static String buildMissingElementToken(String typeLabel, String foundToken, String notFoundToken)
           
static String buildSchema1Token(SchemaDifference difference)
           
static String buildSchema2Token(SchemaDifference difference)
           
static String buildTable1DifferenceToken(TableDifference t)
           
static String buildTable2DifferenceToken(TableDifference t)
           
static String buildTypeSizeToken(TypeSize typeSize)
           
static String parenWrapToken(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LABEL_SEPARATOR

public static final String LABEL_SEPARATOR
See Also:
Constant Field Values

FOUND_IN_LABEL

public static final String FOUND_IN_LABEL
See Also:
Constant Field Values

NOT_FOUND_IN_LABEL

public static final String NOT_FOUND_IN_LABEL
See Also:
Constant Field Values

DOT

public static final String DOT
See Also:
Constant Field Values

COMMA

public static final String COMMA
See Also:
Constant Field Values

SPACE

public static final String SPACE
See Also:
Constant Field Values

NOT_EQUAL_SEPARATOR

public static final String NOT_EQUAL_SEPARATOR
See Also:
Constant Field Values

OPEN_PAREN

public static final String OPEN_PAREN
See Also:
Constant Field Values

CLOSE_PAREN

public static final String CLOSE_PAREN
See Also:
Constant Field Values
Constructor Detail

DifferenceUtils

public DifferenceUtils()
Method Detail

buildTable1DifferenceToken

public static String buildTable1DifferenceToken(TableDifference t)

buildSchema1Token

public static String buildSchema1Token(SchemaDifference difference)

buildSchema2Token

public static String buildSchema2Token(SchemaDifference difference)

buildTable2DifferenceToken

public static String buildTable2DifferenceToken(TableDifference t)

buildMissingElementToken

public static String buildMissingElementToken(String typeLabel,
                                              String foundToken,
                                              String notFoundToken)

parenWrapToken

public static String parenWrapToken(String s)

buildTypeSizeToken

public static String buildTypeSizeToken(TypeSize typeSize)


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.