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

Constructor Summary
Exclusion()
           
 
Method Summary
 java.lang.String getArtifactId()
          Method getArtifactId
 java.lang.String getGroupId()
          Method getGroupId
 void setArtifactId(java.lang.String artifactId)
          Method setArtifactId
 void setGroupId(java.lang.String groupId)
          Method setGroupId
 
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()
Method getArtifactId


getGroupId

public java.lang.String getGroupId()
Method getGroupId


setArtifactId

public void setArtifactId(java.lang.String artifactId)
Method setArtifactId

Parameters:
artifactId -

setGroupId

public void setGroupId(java.lang.String groupId)
Method setGroupId

Parameters:
groupId -


Copyright 2005 Apache Software Foundation. All Rights Reserved.