Class EffectivePom

java.lang.Object
org.apache.maven.buildcache.xml.config.EffectivePom
All Implemented Interfaces:
Serializable

public class EffectivePom extends Object implements Serializable
Class EffectivePom.
Version:
$Revision$ $Date$
See Also:
  • Constructor Details

    • EffectivePom

      public EffectivePom()
  • Method Details

    • addExcludeProperty

      public void addExcludeProperty(String string)
      Method addExcludeProperty.
      Parameters:
      string - a string object.
    • getExcludeProperties

      public List<String> getExcludeProperties()
      Method getExcludeProperties.
      Returns:
      List
    • removeExcludeProperty

      public void removeExcludeProperty(String string)
      Method removeExcludeProperty.
      Parameters:
      string - a string object.
    • setExcludeProperties

      public void setExcludeProperties(List<String> excludeProperties)
      Set plugin configuration property should be excluded from effective pom calculation.
      Parameters:
      excludeProperties - a excludeProperties object.