org.apache.maven.project.artifact
Class DefaultMavenMetadataCache.CacheRecord

java.lang.Object
  extended by org.apache.maven.project.artifact.DefaultMavenMetadataCache.CacheRecord
Enclosing class:
DefaultMavenMetadataCache

public class DefaultMavenMetadataCache.CacheRecord
extends java.lang.Object


Method Summary
 Artifact getArtifact()
           
 java.util.List<Artifact> getArtifacts()
           
 java.util.Map<java.lang.String,Artifact> getManagedVersions()
           
 Artifact getRelocatedArtifact()
           
 java.util.List<ArtifactRepository> getRemoteRepositories()
           
 boolean isStale()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getArtifact

public Artifact getArtifact()

getRelocatedArtifact

public Artifact getRelocatedArtifact()

getArtifacts

public java.util.List<Artifact> getArtifacts()

getManagedVersions

public java.util.Map<java.lang.String,Artifact> getManagedVersions()

getRemoteRepositories

public java.util.List<ArtifactRepository> getRemoteRepositories()

isStale

public boolean isStale()


Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.