Uses of Class
org.apache.maven.buildcache.xml.config.DirScanConfig
Packages that use DirScanConfig
-
Uses of DirScanConfig in org.apache.maven.buildcache
Methods in org.apache.maven.buildcache that return DirScanConfigModifier and TypeMethodDescriptionDefaultPluginScanConfig.dto()PluginScanConfig.dto()PluginScanConfigImpl.dto()Constructors in org.apache.maven.buildcache with parameters of type DirScanConfig -
Uses of DirScanConfig in org.apache.maven.buildcache.xml.config
Methods in org.apache.maven.buildcache.xml.config that return DirScanConfigModifier and TypeMethodDescriptionExecutionConfigurationScan.getDirScan()Get specifies rules of configuration processing in search of referenced source files.PluginConfigurationScan.getDirScan()Get specifies plugin level rules of configuration processing in search of referenced source files.Methods in org.apache.maven.buildcache.xml.config with parameters of type DirScanConfigModifier and TypeMethodDescriptionvoidExecutionConfigurationScan.setDirScan(DirScanConfig dirScan) Set specifies rules of configuration processing in search of referenced source files.voidPluginConfigurationScan.setDirScan(DirScanConfig dirScan) Set specifies plugin level rules of configuration processing in search of referenced source files.