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

Field Summary
 
Fields inherited from class AbstractDiffGenerator
bundle
 
Method Summary
List compare()

protected List compareUnit(def qname)

protected def getIntersection()

protected def updateLabels()

 
Methods inherited from class AbstractDiffGenerator
changeLocale, compare, compare, doCompare, findA, findB, getFQN, updateLabels
 

Method Detail

compare

final List compare()


compareUnit

protected List compareUnit(def qname)


getIntersection

protected def getIntersection()


updateLabels

protected def updateLabels()


 

Groovy Documentation