Class Output
- java.lang.Object
-
- org.apache.maven.buildcache.xml.config.Output
-
- All Implemented Interfaces:
Serializable
public class Output extends Object implements Serializable
Class Output.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Output()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OutputExclude
getExclude()
Get patterns to exclude output artifacts applicable to all projects in the build.void
setExclude(OutputExclude exclude)
Set patterns to exclude output artifacts applicable to all projects in the build.
-
-
-
Method Detail
-
getExclude
public OutputExclude getExclude()
Get patterns to exclude output artifacts applicable to all projects in the build.- Returns:
- OutputExclude
-
setExclude
public void setExclude(OutputExclude exclude)
Set patterns to exclude output artifacts applicable to all projects in the build.- Parameters:
exclude
- a exclude object.
-
-