Uses of Class
org.apache.maven.buildcache.xml.config.Exclude
-
Packages that use Exclude Package Description org.apache.maven.buildcache.checksum.exclude org.apache.maven.buildcache.xml org.apache.maven.buildcache.xml.config -
-
Uses of Exclude in org.apache.maven.buildcache.checksum.exclude
Constructors in org.apache.maven.buildcache.checksum.exclude with parameters of type Exclude Constructor Description Exclusion(Path basedir, Exclude exclude)
-
Uses of Exclude in org.apache.maven.buildcache.xml
Methods in org.apache.maven.buildcache.xml that return types with arguments of type Exclude Modifier and Type Method Description List<Exclude>
CacheConfig. getGlobalExcludePaths()
List<Exclude>
CacheConfigImpl. getGlobalExcludePaths()
-
Uses of Exclude in org.apache.maven.buildcache.xml.config
Methods in org.apache.maven.buildcache.xml.config that return types with arguments of type Exclude Modifier and Type Method Description List<Exclude>
PathSet. getExcludes()
Method getExcludes.Methods in org.apache.maven.buildcache.xml.config with parameters of type Exclude Modifier and Type Method Description void
PathSet. addExclude(Exclude exclude)
Method addExclude.void
PathSet. removeExclude(Exclude exclude)
Method removeExclude.Method parameters in org.apache.maven.buildcache.xml.config with type arguments of type Exclude Modifier and Type Method Description void
PathSet. setExcludes(List<Exclude> excludes)
Set paths and files to exclude from checksum computation.
-