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 - public String getId()
public String getVersion()
public void removeExclude(String string)
string - public void setExcludes(List<String> excludes)
excludes - public void setId(String id)
id - public void setVersion(String version)
version - Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.