public class GroupVersionAlignment extends Object implements Serializable
Constructor and Description |
---|
GroupVersionAlignment() |
Modifier and Type | Method and Description |
---|---|
void |
addExclude(String string)
Method addExclude.
|
List<String> |
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<String> 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
- a string object.public String getId()
public String getVersion()
public void removeExclude(String string)
string
- a string object.public void setExcludes(List<String> excludes)
excludes
- a excludes object.public void setId(String id)
id
- a id object.public void setVersion(String version)
version
- a version object.Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.