Class NoopArtifactStoreGetter

  • All Implemented Interfaces:
    ArtifactStoreGetter

    public class NoopArtifactStoreGetter
    extends java.lang.Object
    implements ArtifactStoreGetter
    A no-op ArtifactStoreGetter. In other words, don't actually get the artifact.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Artifact get​(ArtifactReferenceURI uri, ArtifactDecorator... decorators)
      get is used to return an artifact with some id, while also decorating that artifact with any necessary fields needed which should be then be returned by the artifact store.
      • Methods inherited from class java.lang.Object

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

      • NoopArtifactStoreGetter

        public NoopArtifactStoreGetter()