org.apache.maven.model
Class Exclusion

java.lang.Object
  extended byorg.apache.maven.model.Exclusion
All Implemented Interfaces:
Serializable

public class Exclusion
extends Object
implements Serializable

null

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

Constructor Summary
Exclusion()
           
 
Method Summary
 String getArtifactId()
          Get The artifact ID of the project to exclude.
 String getGroupId()
          Get The group ID of the project to exclude.
 String getModelEncoding()
           
 void setArtifactId(String artifactId)
          Set The artifact ID of the project to exclude.
 void setGroupId(String groupId)
          Set The group ID of the project to exclude.
 void setModelEncoding(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 String getArtifactId()
Get The artifact ID of the project to exclude.


getGroupId

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


setArtifactId

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

Parameters:
artifactId -

setGroupId

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

Parameters:
groupId -

setModelEncoding

public void setModelEncoding(String modelEncoding)

getModelEncoding

public String getModelEncoding()


Copyright 2001-2006 Apache Software Foundation. All Rights Reserved.