Package org.apache.maven.buildcache
Interface PluginScanConfig
-
- All Known Implementing Classes:
DefaultPluginScanConfig
,PluginScanConfigImpl
public interface PluginScanConfig
PluginScanConfig
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
accept(String propertyName)
DirScanConfig
dto()
ScanConfigProperties
getTagScanProperties(String tagName)
boolean
isSkip()
PluginScanConfig
mergeWith(PluginScanConfig overrideSource)
-
-
-
Method Detail
-
isSkip
boolean isSkip()
-
accept
boolean accept(String propertyName)
-
mergeWith
PluginScanConfig mergeWith(PluginScanConfig overrideSource)
-
getTagScanProperties
@Nonnull ScanConfigProperties getTagScanProperties(String tagName)
-
dto
DirScanConfig dto()
-
-