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 Object


Method Summary
 Artifact getArtifact()
           
 List<Artifact> getArtifacts()
           
 Map<String,Artifact> getManagedVersions()
           
 Artifact getRelocatedArtifact()
           
 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 List<Artifact> getArtifacts()

getManagedVersions

public Map<String,Artifact> getManagedVersions()

getRemoteRepositories

public List<ArtifactRepository> getRemoteRepositories()

isStale

public boolean isStale()


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