Groovy Documentation

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

java.lang.Object
  com.predic8.soamodel.AbstractDiffGenerator
      com.predic8.schema.diff.UnitDiffGenerator
          com.predic8.schema.diff.AbstractModelDiffGenerator

class AbstractModelDiffGenerator
extends UnitDiffGenerator

Property Summary
def generator

 
Method Summary
List compareUnit()

def wriTeAddedParticles(def bPs)

def writeRemovedParticles(def aPs)

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

generator

def generator


 
Method Detail

compareUnit

List compareUnit()


wriTeAddedParticles

def wriTeAddedParticles(def bPs)


writeRemovedParticles

def writeRemovedParticles(def aPs)


 

Groovy Documentation