org.rhq.core.domain.drift
Class DriftDiffReport<T>
java.lang.Object
org.rhq.core.domain.drift.DriftDiffReport<T>
public class DriftDiffReport<T>
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DriftDiffReport
public DriftDiffReport()
getElementsNotInLeft
public List<T> getElementsNotInLeft()
elementNotInLeft
public void elementNotInLeft(T element)
getElementsNotInRight
public List<T> getElementsNotInRight()
elementNotInRight
public void elementNotInRight(T element)
getElementsInConflict
public List<T> getElementsInConflict()
elementInConflict
public void elementInConflict(T element)
Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.