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 Diff
CacheDiff. 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 Diff
XmlService. loadDiff(byte[] bytes)
Diff
XmlService. loadDiff(File file)
Diff
XmlService. 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 Diff
BuildCacheDiffXpp3Reader. read(InputStream in)
Method read.Diff
BuildCacheDiffXpp3Reader. read(InputStream in, boolean strict)
Method read.Diff
BuildCacheDiffXpp3Reader. read(Reader reader)
Diff
BuildCacheDiffXpp3Reader. read(Reader reader, boolean strict)
Diff
BuildCacheDiffXpp3Reader. 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 void
BuildCacheDiffXpp3Writer. write(OutputStream stream, Diff diff)
Method write.void
BuildCacheDiffXpp3Writer. write(Writer writer, Diff diff)
Method write.
-