|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectcom.predic8.soamodel.AbstractDiffGenerator
com.predic8.schema.diff.UnitDiffGenerator
com.predic8.schema.diff.ElementDiffGenerator
com.predic8.schema.diff.AnyDiffGenerator
class AnyDiffGenerator extends ElementDiffGenerator
DiffGenerator for processing 'any' elements.
| Field Summary |
|---|
| Fields inherited from class AbstractDiffGenerator | |
|---|---|
| bundle |
| Property Summary | |
|---|---|
def |
added
|
def |
changed
|
def |
removed
|
| Constructor Summary | |
AnyDiffGenerator()
|
|
| Method Summary | |
|---|---|
List
|
compareNamespace()
|
List
|
compareProcessing()
|
List
|
compareUnit()
|
protected def
|
getTypeAndName()
|
protected def
|
updateLabels()
|
| Methods inherited from class ElementDiffGenerator | |
|---|---|
| compare4WSDL, compareMinMaxOccurs, compareType, compareUnit, getTypeAndName, updateLabels |
| Methods inherited from class UnitDiffGenerator | |
|---|---|
| compare, compareUnit |
| Methods inherited from class AbstractDiffGenerator | |
|---|---|
| changeLocale, compare, compare, doCompare, findA, findB, getFQN, updateLabels |
| Property Detail |
|---|
def added
def changed
def removed
| Constructor Detail |
|---|
AnyDiffGenerator()
| Method Detail |
|---|
List compareNamespace()
List compareProcessing()
List compareUnit()
protected def getTypeAndName()
protected def updateLabels()
Groovy Documentation