Uses of Interface
org.eclipse.aether.spi.artifact.decorator.ArtifactDecorator
Package
Description
The various sub components that collectively implement the repository system.
-
Uses of ArtifactDecorator in org.eclipse.aether.internal.impl
Modifier and TypeMethodDescriptionstatic List
<? extends ArtifactDecorator> Utils.getArtifactDecorators
(RepositorySystemSession session, Map<String, ArtifactDecoratorFactory> artifactDecoratorFactories) -
Uses of ArtifactDecorator in org.eclipse.aether.spi.artifact.decorator
Modifier and TypeFieldDescriptionstatic final ArtifactDecorator
ArtifactDecorator.NOOP
A "no op" decorator.Modifier and TypeMethodDescriptionArtifactDecoratorFactory.newInstance
(RepositorySystemSession session) Creates a new artifact decorator for the session.