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

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

public class GroupVersionAlignment
extends Object
implements 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(String string)
          Method addExclude.
 List getExcludes()
          Method getExcludes.
 String getId()
          Get the groupId 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 excludes)
          Set artifact Ids of the artifacts you want excluded from version alignment.
 void setId(String id)
          Set the groupId 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

GroupVersionAlignment

public GroupVersionAlignment()
Method Detail

addExclude

public void addExclude(String string)
Method addExclude.

Parameters:
string -

getExcludes

public List getExcludes()
Method getExcludes.

Returns:
List

getId

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

Returns:
String

getVersion

public String getVersion()
Get the version you want to align this group to.

Returns:
String

removeExclude

public void removeExclude(String string)
Method removeExclude.

Parameters:
string -

setExcludes

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

Parameters:
excludes -

setId

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

Parameters:
id -

setVersion

public void setVersion(String version)
Set the version you want to align this group to.

Parameters:
version -


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