Groovy Documentation

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

java.lang.Object
  com.predic8.soamodel.AbstractDiffGenerator
      com.predic8.schema.diff.AnnotationDiffGenerator

class AnnotationDiffGenerator
extends AbstractDiffGenerator

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

def labelAnnotation

def labelContentAnnotation

def labelRemoved

 
Constructor Summary
AnnotationDiffGenerator()

 
Method Summary
List compare()

boolean compareContents()

protected def updateLabels()

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

Property Detail

labelAdded

def labelAdded


labelAnnotation

def labelAnnotation


labelContentAnnotation

def labelContentAnnotation


labelRemoved

def labelRemoved


 
Constructor Detail

AnnotationDiffGenerator

AnnotationDiffGenerator()


 
Method Detail

compare

List compare()


compareContents

boolean compareContents()


updateLabels

protected def updateLabels()


 

Groovy Documentation