Class Output
java.lang.Object
org.apache.maven.buildcache.xml.config.Output
- All Implemented Interfaces:
Serializable
Class Output.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet patterns to exclude output artifacts applicable to all projects in the build.voidsetExclude(OutputExclude exclude) Set patterns to exclude output artifacts applicable to all projects in the build.
-
Constructor Details
-
Output
public Output()
-
-
Method Details
-
getExclude
Get patterns to exclude output artifacts applicable to all projects in the build.- Returns:
- OutputExclude
-
setExclude
Set patterns to exclude output artifacts applicable to all projects in the build.- Parameters:
exclude- a exclude object.
-