com.evolveum.midpoint.common.diff
Class DiffConstants

java.lang.Object
  extended by com.evolveum.midpoint.common.diff.DiffConstants

public class DiffConstants
extends java.lang.Object

Since:
0.1
Version:
$Revision$ $Date$
Author:
Igor Farinic

Field Summary
static java.util.List<java.lang.String> CONTAINER_PROPERTIES
           
static java.util.List<org.custommonkey.xmlunit.Difference> IGNORE_DIFFERENCES
           
static java.util.List<java.lang.String> REPLACE_PROPERTIES
           
 
Constructor Summary
DiffConstants()
           
 
Method Summary
static java.lang.String getReplacePropertyName(org.custommonkey.xmlunit.Difference difference)
           
static boolean isForContainerProperty(org.custommonkey.xmlunit.Difference difference)
           
static boolean isForReplaceProperty(org.custommonkey.xmlunit.Difference difference)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IGNORE_DIFFERENCES

public static java.util.List<org.custommonkey.xmlunit.Difference> IGNORE_DIFFERENCES

CONTAINER_PROPERTIES

public static java.util.List<java.lang.String> CONTAINER_PROPERTIES

REPLACE_PROPERTIES

public static java.util.List<java.lang.String> REPLACE_PROPERTIES
Constructor Detail

DiffConstants

public DiffConstants()
Method Detail

isForContainerProperty

public static boolean isForContainerProperty(org.custommonkey.xmlunit.Difference difference)

isForReplaceProperty

public static boolean isForReplaceProperty(org.custommonkey.xmlunit.Difference difference)

getReplacePropertyName

public static java.lang.String getReplacePropertyName(org.custommonkey.xmlunit.Difference difference)


Copyright © 2011 evolveum. All Rights Reserved.