Groovy Documentation

com.predic8.soamodel
[Groovy] Class AbstractDiffGenerator

java.lang.Object
  com.predic8.soamodel.AbstractDiffGenerator

abstract class AbstractDiffGenerator

Field Summary
ResourceBundle bundle

 
Property Summary
def a

def b

DiffGeneratorContext ctx

def generator

 
Method Summary
def changeLocale(Locale locale)

def compare()

protected List compare(def aObjs, def bObjs, def rm, def add)

def doCompare(def aObjs, def bObjs, def rm, def add, def getID)

def findA(QName qname)

def findB(QName qname)

protected String getFQN(def obj)

protected def updateLabels()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

bundle

public ResourceBundle bundle


 
Property Detail

a

def a


b

def b


ctx

DiffGeneratorContext ctx


generator

def generator


 
Method Detail

changeLocale

def changeLocale(Locale locale)


compare

def compare()


compare

protected List compare(def aObjs, def bObjs, def rm, def add)


doCompare

def doCompare(def aObjs, def bObjs, def rm, def add, def getID)


findA

def findA(QName qname)


findB

def findB(QName qname)


getFQN

protected String getFQN(def obj)


updateLabels

protected def updateLabels()


 

Groovy Documentation