Uses of Class
org.apache.maven.buildcache.xml.config.TagExclude
Packages that use TagExclude
-
Uses of TagExclude in org.apache.maven.buildcache.xml.config
Subclasses of TagExclude in org.apache.maven.buildcache.xml.configMethods in org.apache.maven.buildcache.xml.config that return types with arguments of type TagExcludeMethods in org.apache.maven.buildcache.xml.config with parameters of type TagExcludeModifier and TypeMethodDescriptionvoidDirScanConfig.addExclude(TagExclude tagExclude) Method addExclude.voidDirScanConfig.removeExclude(TagExclude tagExclude) Method removeExclude.Method parameters in org.apache.maven.buildcache.xml.config with type arguments of type TagExcludeModifier and TypeMethodDescriptionvoidDirScanConfig.setExcludes(List<TagExclude> excludes) Set tag to exclude when scanning plugin configuration for input files (blacklist).