Uses of Class
org.apache.maven.buildcache.xml.config.Output
-
Packages that use Output Package Description org.apache.maven.buildcache.xml.config -
-
Uses of Output in org.apache.maven.buildcache.xml.config
Methods in org.apache.maven.buildcache.xml.config that return Output Modifier and Type Method Description Output
CacheConfig. getOutput()
Get configuration for output artifacts, it's needed if you want to explicitly include/exclude something from caching.Methods in org.apache.maven.buildcache.xml.config with parameters of type Output Modifier and Type Method Description void
CacheConfig. setOutput(Output output)
Set configuration for output artifacts, it's needed if you want to explicitly include/exclude something from caching.
-