Uses of Class
org.apache.maven.buildcache.xml.config.ExecutionConfigurationScan
-
Packages that use ExecutionConfigurationScan Package Description org.apache.maven.buildcache.xml.config -
-
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 ExecutionConfigurationScan Modifier and Type Method Description List<ExecutionConfigurationScan>
PluginConfigurationScan. getExecutions()
Method getExecutions.Methods in org.apache.maven.buildcache.xml.config with parameters of type ExecutionConfigurationScan Modifier and Type Method Description void
PluginConfigurationScan. addExecution(ExecutionConfigurationScan executionConfigurationScan)
Method addExecution.void
PluginConfigurationScan. removeExecution(ExecutionConfigurationScan executionConfigurationScan)
Method removeExecution.Method parameters in org.apache.maven.buildcache.xml.config with type arguments of type ExecutionConfigurationScan Modifier and Type Method Description void
PluginConfigurationScan. setExecutions(List<ExecutionConfigurationScan> executions)
Set specifies execution specific configuration processing in search of referenced source files.
-