|
||||||||||
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(java.lang.String string)
Method addExclude. |
java.util.List<java.lang.String> |
getExcludes()
Method getExcludes. |
java.lang.String |
getId()
Get the groupId of the artifacts for which you want to align the versions. |
java.lang.String |
getVersion()
Get the version you want to align this group to. |
void |
removeExclude(java.lang.String string)
Method removeExclude. |
void |
setExcludes(java.util.List<java.lang.String> excludes)
Set when <exclude> subelements are present, they define the artifactIds of the artifacts to exclude. |
void |
setId(java.lang.String id)
Set the groupId of the artifacts for which you want to align the versions. |
void |
setVersion(java.lang.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(java.lang.String string)
string
- public java.util.List<java.lang.String> getExcludes()
public java.lang.String getId()
public java.lang.String getVersion()
public void removeExclude(java.lang.String string)
string
- public void setExcludes(java.util.List<java.lang.String> excludes)
excludes
- public void setId(java.lang.String id)
id
- public void setVersion(java.lang.String version)
version
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |