Class EffectivePom
java.lang.Object
org.apache.maven.buildcache.xml.config.EffectivePom
- All Implemented Interfaces:
Serializable
Class EffectivePom.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddExcludeProperty(String string) Method addExcludeProperty.Method getExcludeProperties.voidremoveExcludeProperty(String string) Method removeExcludeProperty.voidsetExcludeProperties(List<String> excludeProperties) Set plugin configuration property should be excluded from effective pom calculation.
-
Constructor Details
-
EffectivePom
public EffectivePom()
-
-
Method Details
-
addExcludeProperty
Method addExcludeProperty.- Parameters:
string- a string object.
-
getExcludeProperties
Method getExcludeProperties.- Returns:
- List
-
removeExcludeProperty
Method removeExcludeProperty.- Parameters:
string- a string object.
-
setExcludeProperties
Set plugin configuration property should be excluded from effective pom calculation.- Parameters:
excludeProperties- a excludeProperties object.
-