Uses of Class
org.apache.maven.buildcache.xml.config.CacheConfig
-
Packages that use CacheConfig Package Description org.apache.maven.buildcache.xml org.apache.maven.buildcache.xml.config.io.xpp3 -
-
Uses of CacheConfig in org.apache.maven.buildcache.xml
Methods in org.apache.maven.buildcache.xml that return CacheConfig Modifier and Type Method Description CacheConfigXmlService. loadCacheConfig(byte[] bytes)CacheConfigXmlService. loadCacheConfig(File file)CacheConfigXmlService. loadCacheConfig(InputStream inputStream)Methods in org.apache.maven.buildcache.xml with parameters of type CacheConfig Modifier and Type Method Description byte[]XmlService. toBytes(CacheConfig cache) -
Uses of CacheConfig in org.apache.maven.buildcache.xml.config.io.xpp3
Methods in org.apache.maven.buildcache.xml.config.io.xpp3 that return CacheConfig Modifier and Type Method Description CacheConfigBuildCacheConfigXpp3Reader. read(InputStream in)Method read.CacheConfigBuildCacheConfigXpp3Reader. read(InputStream in, boolean strict)Method read.CacheConfigBuildCacheConfigXpp3Reader. read(Reader reader)CacheConfigBuildCacheConfigXpp3Reader. read(Reader reader, boolean strict)CacheConfigBuildCacheConfigXpp3Reader. 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 CacheConfig Modifier and Type Method Description voidBuildCacheConfigXpp3Writer. write(OutputStream stream, CacheConfig cacheConfig)Method write.voidBuildCacheConfigXpp3Writer. write(Writer writer, CacheConfig cacheConfig)Method write.
-