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 CacheConfig
XmlService. loadCacheConfig(byte[] bytes)
CacheConfig
XmlService. loadCacheConfig(File file)
CacheConfig
XmlService. 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 CacheConfig
BuildCacheConfigXpp3Reader. read(InputStream in)
Method read.CacheConfig
BuildCacheConfigXpp3Reader. read(InputStream in, boolean strict)
Method read.CacheConfig
BuildCacheConfigXpp3Reader. read(Reader reader)
CacheConfig
BuildCacheConfigXpp3Reader. read(Reader reader, boolean strict)
CacheConfig
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 CacheConfig Modifier and Type Method Description void
BuildCacheConfigXpp3Writer. write(OutputStream stream, CacheConfig cacheConfig)
Method write.void
BuildCacheConfigXpp3Writer. write(Writer writer, CacheConfig cacheConfig)
Method write.
-