Uses of Class
eu.maveniverse.domtrip.DiffConfig
Packages that use DiffConfig
-
Uses of DiffConfig in eu.maveniverse.domtrip
Methods in eu.maveniverse.domtrip that return DiffConfigModifier and TypeMethodDescriptionDiffConfig.Builder.build()Builds the configuration.static DiffConfigDiffConfig.defaults()Returns a default configuration with no match keys.Methods in eu.maveniverse.domtrip with parameters of type DiffConfigModifier and TypeMethodDescriptionstatic DiffResultXmlDiff.diff(Document before, Document after, DiffConfig config) Compares two documents using the given configuration.