Class ExpectedArtifact


  • public final class ExpectedArtifact
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean matches​(Artifact other)
      Decide if the "matchArtifact" matches the incoming artifact.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • matches

        public boolean matches​(Artifact other)
        Decide if the "matchArtifact" matches the incoming artifact. Any fields not specified in the "matchArtifact" are not compared.
        Parameters:
        other - is the artifact to match against
        Returns:
        true i.f.f. the artifacts match