Class DependencyExclusion

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class DependencyExclusion
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Cloneable
    Description of artifact excluded from dependency tree.
    Version:
    $Revision$ $Date$
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DependencyExclusion clone()
      Method clone.
      java.lang.String getArtifactId()
      Get artifact ID of the excluded artifact.
      java.lang.String getGroupId()
      Get group ID of the excluded artifact.
      void setArtifactId​(java.lang.String artifactId)
      Set artifact ID of the excluded artifact.
      void setGroupId​(java.lang.String groupId)
      Set group ID of the excluded artifact.
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DependencyExclusion

        public DependencyExclusion()
    • Method Detail

      • clone

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

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

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

        public void setArtifactId​(java.lang.String artifactId)
        Set artifact ID of the excluded artifact.
        Parameters:
        artifactId -
      • setGroupId

        public void setGroupId​(java.lang.String groupId)
        Set group ID of the excluded artifact.
        Parameters:
        groupId -