Package org.apache.maven.buildcache.xml
Class XmlService
java.lang.Object
org.apache.maven.buildcache.xml.XmlService
XmlService
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionloadBuild(byte[] bytes) loadBuild(InputStream inputStream) loadCacheConfig(byte[] bytes) loadCacheConfig(File file) loadCacheConfig(InputStream inputStream) loadCacheReport(byte[] bytes) loadCacheReport(File file) loadCacheReport(InputStream inputStream) loadDiff(byte[] bytes) loadDiff(InputStream inputStream) byte[]byte[]toBytes(CacheConfig cache) byte[]byte[]toBytes(CacheReport cacheReportType)  
- 
Constructor Details
- 
XmlService
public XmlService() 
 - 
 - 
Method Details
- 
toBytes
- Throws:
 IOException
 - 
toBytes
- Throws:
 IOException
 - 
toBytes
- Throws:
 IOException
 - 
toBytes
- Throws:
 IOException
 - 
loadBuild
- Throws:
 IOException
 - 
loadBuild
 - 
loadBuild
 - 
loadCacheConfig
- Throws:
 IOException
 - 
loadCacheConfig
 - 
loadCacheConfig
 - 
loadCacheReport
- Throws:
 IOException
 - 
loadCacheReport
 - 
loadCacheReport
 - 
loadDiff
- Throws:
 IOException
 - 
loadDiff
 - 
loadDiff
 
 -