public static class PluginArtifactsCache.CacheRecord extends Object
Modifier and Type | Field and Description |
---|---|
List<org.eclipse.aether.artifact.Artifact> |
artifacts |
PluginResolutionException |
exception |
Constructor and Description |
---|
CacheRecord(List<org.eclipse.aether.artifact.Artifact> artifacts) |
CacheRecord(PluginResolutionException exception) |
public final List<org.eclipse.aether.artifact.Artifact> artifacts
public final PluginResolutionException exception
public CacheRecord(List<org.eclipse.aether.artifact.Artifact> artifacts)
public CacheRecord(PluginResolutionException exception)
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.