Groovy Documentation

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

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

class ElementsDiffGenerator
extends ListDiffGenerator

Property Summary
def added

def generator

def removed

 
Method Summary
List compareUnit(def name)

protected def getIntersection()

 
Methods inherited from class ListDiffGenerator
compare, compareUnit, 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
 

Property Detail

added

def added


generator

def generator


removed

def removed


 
Method Detail

compareUnit

List compareUnit(def name)


getIntersection

protected def getIntersection()


 

Groovy Documentation