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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EffectivePom()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addExcludeProperty(String string)
Method addExcludeProperty.List<String>
getExcludeProperties()
Method getExcludeProperties.void
removeExcludeProperty(String string)
Method removeExcludeProperty.void
setExcludeProperties(List<String> excludeProperties)
Set plugin configuration property should be excluded from effective pom calculation.
-
-
-
Method Detail
-
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.
-
-