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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String artifactId
      Artifact ID of the excluded artifact.
      private java.lang.String groupId
      Group ID of the excluded artifact.
    • 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
    • Field Detail

      • groupId

        private java.lang.String groupId
        Group ID of the excluded artifact.
      • artifactId

        private java.lang.String artifactId
        Artifact ID of the excluded artifact.
    • 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 -