Class DependencyExclusion

java.lang.Object
org.fedoraproject.xmvn.metadata.DependencyExclusion

public class DependencyExclusion extends Object
Description of artifact excluded from dependency tree.
Author:
Mikolaj Izdebski
  • Constructor Details

    • DependencyExclusion

      public DependencyExclusion()
  • Method Details

    • 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.