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 DirScanConfig
DefaultPluginScanConfig. dto()
DirScanConfig
PluginScanConfig. dto()
DirScanConfig
PluginScanConfigImpl. 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 DirScanConfig
ExecutionConfigurationScan. getDirScan()
Get specifies rules of configuration processing in search of referenced source files.DirScanConfig
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 DirScanConfig Modifier and Type Method Description void
ExecutionConfigurationScan. setDirScan(DirScanConfig dirScan)
Set specifies rules of configuration processing in search of referenced source files.void
PluginConfigurationScan. setDirScan(DirScanConfig dirScan)
Set specifies plugin level rules of configuration processing in search of referenced source files.
-