org.apache.maven.plugin
Class PluginArtifactsCache.CacheRecord

java.lang.Object
  extended by org.apache.maven.plugin.PluginArtifactsCache.CacheRecord
Enclosing interface:
PluginArtifactsCache

public static class PluginArtifactsCache.CacheRecord
extends Object


Field Summary
 List<org.eclipse.aether.artifact.Artifact> artifacts
           
 PluginResolutionException exception
           
 
Constructor Summary
PluginArtifactsCache.CacheRecord(List<org.eclipse.aether.artifact.Artifact> artifacts)
           
PluginArtifactsCache.CacheRecord(PluginResolutionException exception)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

artifacts

public final List<org.eclipse.aether.artifact.Artifact> artifacts

exception

public final PluginResolutionException exception
Constructor Detail

PluginArtifactsCache.CacheRecord

public PluginArtifactsCache.CacheRecord(List<org.eclipse.aether.artifact.Artifact> artifacts)

PluginArtifactsCache.CacheRecord

public PluginArtifactsCache.CacheRecord(PluginResolutionException exception)


Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.