Uses of Class
org.revapi.Difference
-
Packages that use Difference Package Description org.revapi org.revapi.simple -
-
Uses of Difference in org.revapi
Methods in org.revapi that return Difference Modifier and Type Method Description DifferenceDifference.Builder. build()default DifferenceDifferenceTransform. transform(E oldElement, E newElement, Difference difference)Deprecated.useDifferenceTransform.tryTransform(Element, Element, Difference)which offers richer possibilitiesMethods in org.revapi that return types with arguments of type Difference Modifier and Type Method Description List<Difference>Report. getDifferences()Set<Difference>TransformationResult. getDifferences()The difference passed to theDifferenceTransform.tryTransform(Element, Element, Difference)method will be replaced by the differences returned from this method.Methods in org.revapi with parameters of type Difference Modifier and Type Method Description static Difference.BuilderDifference. copy(Difference other)static TransformationResultTransformationResult. replaceWith(Difference newDifference)Same asTransformationResult.replaceWith(Set)only for replacing with just a single difference.default DifferenceDifferenceTransform. transform(E oldElement, E newElement, Difference difference)Deprecated.useDifferenceTransform.tryTransform(Element, Element, Difference)which offers richer possibilitiesdefault TransformationResultDifferenceTransform. tryTransform(E oldElement, E newElement, Difference difference)Tries to transform the difference into some other one(s) given the old and new elements.Method parameters in org.revapi with type arguments of type Difference Modifier and Type Method Description static TransformationResultTransformationResult. replaceWith(Set<Difference> newDifferences)Constructor parameters in org.revapi with type arguments of type Difference Constructor Description Report(Iterable<Difference> problems, Element<?> oldElement, Element<?> newElement) -
Uses of Difference in org.revapi.simple
Methods in org.revapi.simple that return Difference Modifier and Type Method Description DifferenceSimpleDifferenceTransform. transform(T oldElement, T newElement, Difference difference)Deprecated.Methods in org.revapi.simple with parameters of type Difference Modifier and Type Method Description DifferenceSimpleDifferenceTransform. transform(T oldElement, T newElement, Difference difference)Deprecated.
-