Groovy Documentation

com.predic8.schema.diff
[Groovy] Class ListDiffGenerator

java.lang.Object
  com.predic8.soamodel.AbstractDiffGenerator
      com.predic8.schema.diff.ListDiffGenerator

abstract class ListDiffGenerator
extends AbstractDiffGenerator

Method Summary
List compare()

protected List compareUnit(def qname)

protected def getIntersection()

 
Methods inherited from class AbstractDiffGenerator
compare, compare, doCompare, findA, findB, getFQN
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Method Detail

compare

final List compare()


compareUnit

protected List compareUnit(def qname)


getIntersection

protected def getIntersection()


 

Groovy Documentation