Uses of Class
org.apache.maven.buildcache.xml.config.Include
-
Packages that use Include Package Description org.apache.maven.buildcache.xml org.apache.maven.buildcache.xml.config -
-
Uses of Include in org.apache.maven.buildcache.xml
Methods in org.apache.maven.buildcache.xml that return types with arguments of type Include Modifier and Type Method Description List<Include>CacheConfig. getGlobalIncludePaths()List<Include>CacheConfigImpl. getGlobalIncludePaths() -
Uses of Include in org.apache.maven.buildcache.xml.config
Methods in org.apache.maven.buildcache.xml.config that return types with arguments of type Include Modifier and Type Method Description List<Include>PathSet. getIncludes()Method getIncludes.Methods in org.apache.maven.buildcache.xml.config with parameters of type Include Modifier and Type Method Description voidPathSet. addInclude(Include include)Method addInclude.voidPathSet. removeInclude(Include include)Method removeInclude.Method parameters in org.apache.maven.buildcache.xml.config with type arguments of type Include Modifier and Type Method Description voidPathSet. setIncludes(List<Include> includes)Set extra paths to scan in order to compute the checksum (Project and test - sources/resources are already in the scan list).
-