Uses of Class
org.apache.maven.buildcache.xml.config.ExecutionConfigurationScan
Packages that use ExecutionConfigurationScan
-
Uses of ExecutionConfigurationScan in org.apache.maven.buildcache.xml.config
Methods in org.apache.maven.buildcache.xml.config that return types with arguments of type ExecutionConfigurationScanMethods in org.apache.maven.buildcache.xml.config with parameters of type ExecutionConfigurationScanModifier and TypeMethodDescriptionvoidPluginConfigurationScan.addExecution(ExecutionConfigurationScan executionConfigurationScan) Method addExecution.voidPluginConfigurationScan.removeExecution(ExecutionConfigurationScan executionConfigurationScan) Method removeExecution.Method parameters in org.apache.maven.buildcache.xml.config with type arguments of type ExecutionConfigurationScanModifier and TypeMethodDescriptionvoidPluginConfigurationScan.setExecutions(List<ExecutionConfigurationScan> executions) Set specifies execution specific configuration processing in search of referenced source files.