Uses of Class
org.apache.maven.buildcache.xml.config.Include
Packages that use Include
-
Uses of Include in org.apache.maven.buildcache.xml
Methods in org.apache.maven.buildcache.xml that return types with arguments of type IncludeModifier and TypeMethodDescriptionCacheConfig.getGlobalIncludePaths()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 IncludeMethods in org.apache.maven.buildcache.xml.config with parameters of type IncludeModifier and TypeMethodDescriptionvoidPathSet.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 IncludeModifier and TypeMethodDescriptionvoidPathSet.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).