public class GroupVersionAlignment extends Object implements Serializable
Constructor and Description |
---|
GroupVersionAlignment() |
Modifier and Type | Method and Description |
---|---|
void |
addExclude(String string)
Method addExclude.
|
List |
getExcludes()
Method getExcludes.
|
String |
getId()
Get the groupId of the artifacts for which you want to align
the
versions.
|
String |
getVersion()
Get the version you want to align this group to.
|
void |
removeExclude(String string)
Method removeExclude.
|
void |
setExcludes(List excludes)
Set when <exclude> subelements are present, they
define the
artifactIds of the artifacts to exclude.
|
void |
setId(String id)
Set the groupId of the artifacts for which you want to align
the
versions.
|
void |
setVersion(String version)
Set the version you want to align this group to.
|
public void addExclude(String string)
string
- public List getExcludes()
public String getId()
public String getVersion()
public void removeExclude(String string)
string
- public void setExcludes(List excludes)
excludes
- public void setId(String id)
id
- public void setVersion(String version)
version
- Copyright © 2002-2021 The Apache Software Foundation. All Rights Reserved.