Class BuilddepMojo.NamespacedArtifact

  • Enclosing class:
    BuilddepMojo

    private static class BuilddepMojo.NamespacedArtifact
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) Artifact artifact  
      (package private) java.lang.String namespace  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object rhs)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • namespace

        java.lang.String namespace
    • Constructor Detail

      • NamespacedArtifact

        public NamespacedArtifact​(java.lang.String namespace,
                                  Artifact artifact)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object rhs)
        Overrides:
        equals in class java.lang.Object