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 BuildBuild. getDto()BuildXmlService. loadBuild(byte[] bytes)BuildXmlService. loadBuild(File file)BuildXmlService. 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 BuildBuildCacheBuildXpp3Reader. read(InputStream in)Method read.BuildBuildCacheBuildXpp3Reader. read(InputStream in, boolean strict)Method read.BuildBuildCacheBuildXpp3Reader. read(Reader reader)BuildBuildCacheBuildXpp3Reader. read(Reader reader, boolean strict)BuildBuildCacheBuildXpp3Reader. 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 voidBuildCacheBuildXpp3Writer. write(OutputStream stream, Build build)Method write.voidBuildCacheBuildXpp3Writer. write(Writer writer, Build build)Method write.
-