org.apache.maven.model
Class Exclusion

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

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

Class Exclusion.

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

Field Summary
private  java.lang.String artifactId
          The artifact ID of the project to exclude.
private  java.lang.String groupId
          The group ID of the project to exclude.
 
Constructor Summary
Exclusion()
           
 
Method Summary
 java.lang.String getArtifactId()
          Get the artifact ID of the project to exclude.
 java.lang.String getGroupId()
          Get the group ID of the project to exclude.
 void setArtifactId(java.lang.String artifactId)
          Set the artifact ID of the project to exclude.
 void setGroupId(java.lang.String groupId)
          Set the group ID of the project to exclude.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

artifactId

private java.lang.String artifactId
The artifact ID of the project to exclude.


groupId

private java.lang.String groupId
The group ID of the project to exclude.

Constructor Detail

Exclusion

public Exclusion()
Method Detail

getArtifactId

public java.lang.String getArtifactId()
Get the artifact ID of the project to exclude.

Returns:
String

getGroupId

public java.lang.String getGroupId()
Get the group ID of the project to exclude.

Returns:
String

setArtifactId

public void setArtifactId(java.lang.String artifactId)
Set the artifact ID of the project to exclude.

Parameters:
artifactId -

setGroupId

public void setGroupId(java.lang.String groupId)
Set the group ID of the project to exclude.

Parameters:
groupId -