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.sonatype.aether.artifact.Artifact> artifacts
           
 
Constructor Summary
PluginArtifactsCache.CacheRecord(List<org.sonatype.aether.artifact.Artifact> artifacts)
           
 
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.sonatype.aether.artifact.Artifact> artifacts
Constructor Detail

PluginArtifactsCache.CacheRecord

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


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.