Package org.eclipse.steady.sign
Interface SignatureChange
-
public interface SignatureChangeA signature change represents a set of modifications that must be applied in order to transform one signature into another one.- See Also:
SignatureComparator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<Object>getModifications()Returns a set of modifications required to transform one signature into another one.booleanisEmpty()isEmpty.StringtoJSON()toJSON.
-