Uses of Interface
org.eclipse.aether.spi.artifact.decorator.ArtifactDecorator
-
Packages that use ArtifactDecorator Package Description org.eclipse.aether.spi.artifact.decorator -
-
Uses of ArtifactDecorator in org.eclipse.aether.spi.artifact.decorator
Fields in org.eclipse.aether.spi.artifact.decorator declared as ArtifactDecorator Modifier and Type Field Description static ArtifactDecoratorArtifactDecorator. NOOPA "no op" decorator.Methods in org.eclipse.aether.spi.artifact.decorator that return ArtifactDecorator Modifier and Type Method Description ArtifactDecoratorArtifactDecoratorFactory. newInstance(org.eclipse.aether.RepositorySystemSession session)Creates a new artifact decorator for the session.
-