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

The <exclusion> element contains informations required to exclude an artifact to the project.

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

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.
 java.lang.String getModelEncoding()
           
 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.
 void setModelEncoding(java.lang.String modelEncoding)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Exclusion

public Exclusion()
Method Detail

getArtifactId

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


getGroupId

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


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 -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()


Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.