Uses of Class
org.apache.maven.buildcache.xml.config.PluginConfigurationScan
-
Packages that use PluginConfigurationScan Package Description org.apache.maven.buildcache.xml.config -
-
Uses of PluginConfigurationScan in org.apache.maven.buildcache.xml.config
Methods in org.apache.maven.buildcache.xml.config that return types with arguments of type PluginConfigurationScan Modifier and Type Method Description List<PluginConfigurationScan>
Input. getPlugins()
Method getPlugins.Methods in org.apache.maven.buildcache.xml.config with parameters of type PluginConfigurationScan Modifier and Type Method Description void
Input. addPlugin(PluginConfigurationScan pluginConfigurationScan)
Method addPlugin.void
Input. removePlugin(PluginConfigurationScan pluginConfigurationScan)
Method removePlugin.Method parameters in org.apache.maven.buildcache.xml.config with type arguments of type PluginConfigurationScan Modifier and Type Method Description void
Input. setPlugins(List<PluginConfigurationScan> plugins)
Set plugin specific input calculation rules.
-