Uses of Class
org.apache.maven.buildcache.xml.config.TagScanConfig
-
Packages that use TagScanConfig Package Description org.apache.maven.buildcache.xml.config -
-
Uses of TagScanConfig in org.apache.maven.buildcache.xml.config
Methods in org.apache.maven.buildcache.xml.config that return types with arguments of type TagScanConfig Modifier and Type Method Description List<TagScanConfig>DirScanConfig. getIncludes()Method getIncludes.List<TagScanConfig>DirScanConfig. getTagScanConfigs()Method getTagScanConfigs.Methods in org.apache.maven.buildcache.xml.config with parameters of type TagScanConfig Modifier and Type Method Description voidDirScanConfig. addInclude(TagScanConfig tagScanConfig)Method addInclude.voidDirScanConfig. addTagScanConfig(TagScanConfig tagScanConfig)Method addTagScanConfig.voidDirScanConfig. removeInclude(TagScanConfig tagScanConfig)Method removeInclude.voidDirScanConfig. removeTagScanConfig(TagScanConfig tagScanConfig)Method removeTagScanConfig.Method parameters in org.apache.maven.buildcache.xml.config with type arguments of type TagScanConfig Modifier and Type Method Description voidDirScanConfig. setIncludes(List<TagScanConfig> includes)Set forces cache to treat property value as input and include in calculation.voidDirScanConfig. setTagScanConfigs(List<TagScanConfig> tagScanConfigs)Set additional processing rules for non-blacklisted tags.
-