Package org.codehaus.mojo.versions.api
Class VersionsHelper.VersionPropertiesMapRequest
java.lang.Object
org.codehaus.mojo.versions.api.VersionsHelper.VersionPropertiesMapRequest
- Enclosing interface:
VersionsHelper
Argument builder class for
VersionsHelper.getVersionPropertiesMap(VersionPropertiesMapRequest).-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder class forVersionsHelper.VersionPropertiesMapRequest -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Returns a newVersionsHelper.VersionPropertiesMapRequest.Builderinstanceprotected StringReturns the value ofexcludePropertiesprotected StringReturns the value ofincludePropertiesprotected org.apache.maven.project.MavenProjectReturns theMavenProjectobjectprotected Property[]Returns thePropertyarrayprotected booleanReturns the value ofautoLinkItemsIf not set, it is assumed to betrueprotected booleanReturns the value ofincludeParent.
-
Constructor Details
-
VersionPropertiesMapRequest
public VersionPropertiesMapRequest()
-
-
Method Details
-
getMavenProject
protected org.apache.maven.project.MavenProject getMavenProject()Returns theMavenProjectobject- Returns:
MavenProjectobject
-
getPropertyDefinitions
Returns thePropertyarray- Returns:
Propertyarray
-
getIncludeProperties
Returns the value ofincludeProperties- Returns:
- value of
includeProperties
-
getExcludeProperties
Returns the value ofexcludeProperties- Returns:
- value of
excludeProperties
-
isIncludeParent
protected boolean isIncludeParent()Returns the value ofincludeParent. If not set, it is assumed to betrue- Returns:
- value of
includeParent
-
isAutoLinkItems
protected boolean isAutoLinkItems()Returns the value ofautoLinkItemsIf not set, it is assumed to betrue- Returns:
- value of
autoLinkItems
-
builder
Returns a newVersionsHelper.VersionPropertiesMapRequest.Builderinstance- Returns:
- new
VersionsHelper.VersionPropertiesMapRequest.Builderinstance
-