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:
  • Constructor Details

    • Output

      public Output()
  • Method Details

    • 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.