Interface ArtifactDecorator

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static ArtifactDecorator NOOP
      A "no op" decorator.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.aether.artifact.Artifact decorateArtifact​(org.eclipse.aether.resolution.ArtifactDescriptorResult artifactDescriptorResult)
      Decorates artifact.
    • Field Detail

      • NOOP

        static final ArtifactDecorator NOOP
        A "no op" decorator. Usable by factories if factory does not want to decorate, as factory must return non-null decorator instance.
    • Method Detail

      • decorateArtifact

        org.eclipse.aether.artifact.Artifact decorateArtifact​(org.eclipse.aether.resolution.ArtifactDescriptorResult artifactDescriptorResult)
        Decorates artifact.
        Parameters:
        artifactDescriptorResult - the artifact descriptor result of artifact, never null.
        Returns:
        The decorated artifact, must never return null.