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

Field Summary
 
Fields inherited from class AbstractDiffGenerator
bundle
 
Property Summary
def added

def generator

def labelAdded

def labelElement

def labelRemoved

def removed

 
Constructor Summary
ElementsDiffGenerator()

 
Method Summary
List compareUnit(def name)

protected def getIntersection()

protected def updateLabels()

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

Property Detail

added

def added


generator

def generator


labelAdded

def labelAdded


labelElement

def labelElement


labelRemoved

def labelRemoved


removed

def removed


 
Constructor Detail

ElementsDiffGenerator

ElementsDiffGenerator()


 
Method Detail

compareUnit

List compareUnit(def name)


getIntersection

protected def getIntersection()


updateLabels

protected def updateLabels()


 

Groovy Documentation