Uses of Class
org.apache.maven.buildcache.xml.build.Build
-
Packages that use Build Package Description org.apache.maven.buildcache org.apache.maven.buildcache.xml org.apache.maven.buildcache.xml.build.io.xpp3 -
-
Uses of Build in org.apache.maven.buildcache
Constructors in org.apache.maven.buildcache with parameters of type Build Constructor Description CacheDiff(Build current, Build baseline, CacheConfig config)
-
Uses of Build in org.apache.maven.buildcache.xml
Methods in org.apache.maven.buildcache.xml that return Build Modifier and Type Method Description Build
Build. getDto()
Build
XmlService. loadBuild(byte[] bytes)
Build
XmlService. loadBuild(File file)
Build
XmlService. loadBuild(InputStream inputStream)
Methods in org.apache.maven.buildcache.xml with parameters of type Build Modifier and Type Method Description byte[]
XmlService. toBytes(Build build)
Constructors in org.apache.maven.buildcache.xml with parameters of type Build Constructor Description Build(Build dto, CacheSource source)
-
Uses of Build in org.apache.maven.buildcache.xml.build.io.xpp3
Methods in org.apache.maven.buildcache.xml.build.io.xpp3 that return Build Modifier and Type Method Description Build
BuildCacheBuildXpp3Reader. read(InputStream in)
Method read.Build
BuildCacheBuildXpp3Reader. read(InputStream in, boolean strict)
Method read.Build
BuildCacheBuildXpp3Reader. read(Reader reader)
Build
BuildCacheBuildXpp3Reader. read(Reader reader, boolean strict)
Build
BuildCacheBuildXpp3Reader. read(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method read.Methods in org.apache.maven.buildcache.xml.build.io.xpp3 with parameters of type Build Modifier and Type Method Description void
BuildCacheBuildXpp3Writer. write(OutputStream stream, Build build)
Method write.void
BuildCacheBuildXpp3Writer. write(Writer writer, Build build)
Method write.
-