|
||||||||||
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
Defines a Maven repository to be included in the assembly.
Constructor Summary | |
---|---|
GroupVersionAlignment()
|
Method Summary | |
---|---|
void |
addExclude(java.lang.String string)
Method addExclude |
java.util.List |
getExcludes()
Method getExcludes |
java.lang.String |
getId()
Get The groupId for which you want to align the versions. |
java.lang.String |
getModelEncoding()
|
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 excludes)
Set Artifact Ids of the artifacts you want excluded from version alignment. |
void |
setId(java.lang.String id)
Set The groupId for which you want to align the versions. |
void |
setModelEncoding(java.lang.String modelEncoding)
|
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 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 excludes)
excludes
- public void setId(java.lang.String id)
id
- public void setVersion(java.lang.String version)
version
- public void setModelEncoding(java.lang.String modelEncoding)
public java.lang.String getModelEncoding()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |