Uses of Class
org.apache.maven.buildcache.xml.config.DirScanConfig
-
Packages that use DirScanConfig Package Description org.apache.maven.buildcache org.apache.maven.buildcache.xml.config -
-
Uses of DirScanConfig in org.apache.maven.buildcache
Methods in org.apache.maven.buildcache that return DirScanConfig Modifier and Type Method Description DirScanConfigDefaultPluginScanConfig. dto()DirScanConfigPluginScanConfig. dto()DirScanConfigPluginScanConfigImpl. dto()Constructors in org.apache.maven.buildcache with parameters of type DirScanConfig Constructor Description PluginScanConfigImpl(DirScanConfig scanConfig) -
Uses of DirScanConfig in org.apache.maven.buildcache.xml.config
Methods in org.apache.maven.buildcache.xml.config that return DirScanConfig Modifier and Type Method Description DirScanConfigExecutionConfigurationScan. getDirScan()Get specifies rules of configuration processing in search of referenced source files.DirScanConfigPluginConfigurationScan. 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 DirScanConfig Modifier and Type Method Description voidExecutionConfigurationScan. 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.
-