org.apache.maven.plugin.assembly.model
Class GroupVersionAlignment

java.lang.Object
  extended by org.apache.maven.plugin.assembly.model.GroupVersionAlignment
All Implemented Interfaces:
java.io.Serializable

public class GroupVersionAlignment
extends java.lang.Object
implements java.io.Serializable

Defines a Maven repository to be included in the assembly.

Version:
$Revision$ $Date$
See Also:
Serialized Form

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

GroupVersionAlignment

public GroupVersionAlignment()
Method Detail

addExclude

public void addExclude(java.lang.String string)
Method addExclude

Parameters:
string -

getExcludes

public java.util.List getExcludes()
Method getExcludes


getId

public java.lang.String getId()
Get The groupId for which you want to align the versions.


getVersion

public java.lang.String getVersion()
Get The version you want to align this group to.


removeExclude

public void removeExclude(java.lang.String string)
Method removeExclude

Parameters:
string -

setExcludes

public void setExcludes(java.util.List excludes)
Set Artifact Ids of the artifacts you want excluded from version alignment.

Parameters:
excludes -

setId

public void setId(java.lang.String id)
Set The groupId for which you want to align the versions.

Parameters:
id -

setVersion

public void setVersion(java.lang.String version)
Set The version you want to align this group to.

Parameters:
version -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.