Uses of Class
org.apache.maven.buildcache.xml.diff.Diff
-
Packages that use Diff Package Description org.apache.maven.buildcache org.apache.maven.buildcache.xml org.apache.maven.buildcache.xml.diff.io.xpp3 -
-
Uses of Diff in org.apache.maven.buildcache
Methods in org.apache.maven.buildcache that return Diff Modifier and Type Method Description DiffCacheDiff. compare() -
Uses of Diff in org.apache.maven.buildcache.xml
Methods in org.apache.maven.buildcache.xml that return Diff Modifier and Type Method Description DiffXmlService. loadDiff(byte[] bytes)DiffXmlService. loadDiff(File file)DiffXmlService. loadDiff(InputStream inputStream)Methods in org.apache.maven.buildcache.xml with parameters of type Diff Modifier and Type Method Description byte[]XmlService. toBytes(Diff diff) -
Uses of Diff in org.apache.maven.buildcache.xml.diff.io.xpp3
Methods in org.apache.maven.buildcache.xml.diff.io.xpp3 that return Diff Modifier and Type Method Description DiffBuildCacheDiffXpp3Reader. read(InputStream in)Method read.DiffBuildCacheDiffXpp3Reader. read(InputStream in, boolean strict)Method read.DiffBuildCacheDiffXpp3Reader. read(Reader reader)DiffBuildCacheDiffXpp3Reader. read(Reader reader, boolean strict)DiffBuildCacheDiffXpp3Reader. read(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)Method read.Methods in org.apache.maven.buildcache.xml.diff.io.xpp3 with parameters of type Diff Modifier and Type Method Description voidBuildCacheDiffXpp3Writer. write(OutputStream stream, Diff diff)Method write.voidBuildCacheDiffXpp3Writer. write(Writer writer, Diff diff)Method write.
-