Class DependencyExclusion

java.lang.Object
org.fedoraproject.xmvn.metadata.DependencyExclusion
All Implemented Interfaces:
Serializable, Cloneable

public class DependencyExclusion extends Object implements Serializable, Cloneable
Description of artifact excluded from dependency tree.
Version:
$Revision$ $Date$
See Also:
  • Constructor Details

    • DependencyExclusion

      public DependencyExclusion()
  • Method Details

    • clone

      public DependencyExclusion clone()
      Method clone.
      Overrides:
      clone in class Object
      Returns:
      DependencyExclusion
    • getArtifactId

      public String getArtifactId()
      Get artifact ID of the excluded artifact.
      Returns:
      String
    • getGroupId

      public String getGroupId()
      Get group ID of the excluded artifact.
      Returns:
      String
    • setArtifactId

      public void setArtifactId(String artifactId)
      Set artifact ID of the excluded artifact.
      Parameters:
      artifactId - a artifactId object.
    • setGroupId

      public void setGroupId(String groupId)
      Set group ID of the excluded artifact.
      Parameters:
      groupId - a groupId object.