Class Input
java.lang.Object
org.apache.maven.buildcache.xml.config.Input
- All Implemented Interfaces:
Serializable
Configuration for source code input files participating in
checksum calculation.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPlugin(PluginConfigurationScan pluginConfigurationScan) Method addPlugin.Get global input calculation rules applicable to all projects and plugins in the build.Method getPlugins.voidremovePlugin(PluginConfigurationScan pluginConfigurationScan) Method removePlugin.voidSet global input calculation rules applicable to all projects and plugins in the build.voidsetPlugins(List<PluginConfigurationScan> plugins) Set plugin specific input calculation rules.
-
Constructor Details
-
Input
public Input()
-
-
Method Details
-
addPlugin
Method addPlugin.- Parameters:
pluginConfigurationScan- a pluginConfigurationScan object.
-
getGlobal
Get global input calculation rules applicable to all projects and plugins in the build.- Returns:
- PathSet
-
getPlugins
Method getPlugins.- Returns:
- List
-
removePlugin
Method removePlugin.- Parameters:
pluginConfigurationScan- a pluginConfigurationScan object.
-
setGlobal
Set global input calculation rules applicable to all projects and plugins in the build.- Parameters:
global- a global object.
-
setPlugins
Set plugin specific input calculation rules.- Parameters:
plugins- a plugins object.
-