Class Dependency

java.lang.Object
org.infinispan.tools.Dependency

public class Dependency extends Object
Dependency from licenses.xml file.

It contains the group/artifact/version and the corresponding XML Node.

Note: the artifact is "empty" for NodeJS dependencies.

Since:
12.0
Author:
Pedro Ruivo
  • Method Details

    • getGroup

      public String getGroup()
    • getArtifact

      public String getArtifact()
    • getVersion

      public String getVersion()
    • getNode

      public Node getNode()
    • getId

      public String getId()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object