Uses of Class
org.apache.maven.buildcache.xml.config.CacheConfig
Packages that use CacheConfig
-
Uses of CacheConfig in org.apache.maven.buildcache.xml
Methods in org.apache.maven.buildcache.xml that return CacheConfigModifier and TypeMethodDescriptionXmlService.loadCacheConfig(byte[] bytes) XmlService.loadCacheConfig(File file) XmlService.loadCacheConfig(InputStream inputStream) Methods in org.apache.maven.buildcache.xml with parameters of type CacheConfig -
Uses of CacheConfig in org.apache.maven.buildcache.xml.config.io.xpp3
Methods in org.apache.maven.buildcache.xml.config.io.xpp3 that return CacheConfigModifier and TypeMethodDescriptionBuildCacheConfigXpp3Reader.read(InputStream in) Method read.BuildCacheConfigXpp3Reader.read(InputStream in, boolean strict) Method read.BuildCacheConfigXpp3Reader.read(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method read.Methods in org.apache.maven.buildcache.xml.config.io.xpp3 with parameters of type CacheConfigModifier and TypeMethodDescriptionvoidBuildCacheConfigXpp3Writer.write(OutputStream stream, CacheConfig cacheConfig) Method write.voidBuildCacheConfigXpp3Writer.write(Writer writer, CacheConfig cacheConfig) Method write.