| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.assembly.model.GroupVersionAlignment
public class GroupVersionAlignment
Allows a group of artifacts to be aligned to a specified version.
| Constructor Summary | |
|---|---|
GroupVersionAlignment()
 | 
|
| Method Summary | |
|---|---|
 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.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public GroupVersionAlignment()
| Method Detail | 
|---|
public void addExclude(String string)
string - public List<String> getExcludes()
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 - 
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||