org.apache.maven.project
Class LegacyLocalRepositoryManager

java.lang.Object
  extended by org.apache.maven.project.LegacyLocalRepositoryManager
All Implemented Interfaces:
org.eclipse.aether.repository.LocalRepositoryManager

public class LegacyLocalRepositoryManager
extends Object
implements org.eclipse.aether.repository.LocalRepositoryManager

Author:
Benjamin Bentmann

Constructor Summary
LegacyLocalRepositoryManager(File basedir)
           
 
Method Summary
 void add(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.repository.LocalArtifactRegistration request)
           
 void add(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.repository.LocalMetadataRegistration request)
           
 org.eclipse.aether.repository.LocalArtifactResult find(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.repository.LocalArtifactRequest request)
           
 org.eclipse.aether.repository.LocalMetadataResult find(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.repository.LocalMetadataRequest request)
           
 String getPathForLocalArtifact(org.eclipse.aether.artifact.Artifact artifact)
           
 String getPathForLocalMetadata(org.eclipse.aether.metadata.Metadata metadata)
           
 String getPathForRemoteArtifact(org.eclipse.aether.artifact.Artifact artifact, org.eclipse.aether.repository.RemoteRepository repository, String context)
           
 String getPathForRemoteMetadata(org.eclipse.aether.metadata.Metadata metadata, org.eclipse.aether.repository.RemoteRepository repository, String context)
           
 org.eclipse.aether.repository.LocalRepository getRepository()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LegacyLocalRepositoryManager

public LegacyLocalRepositoryManager(File basedir)
Method Detail

getRepository

public org.eclipse.aether.repository.LocalRepository getRepository()
Specified by:
getRepository in interface org.eclipse.aether.repository.LocalRepositoryManager

getPathForLocalArtifact

public String getPathForLocalArtifact(org.eclipse.aether.artifact.Artifact artifact)
Specified by:
getPathForLocalArtifact in interface org.eclipse.aether.repository.LocalRepositoryManager

getPathForRemoteArtifact

public String getPathForRemoteArtifact(org.eclipse.aether.artifact.Artifact artifact,
                                       org.eclipse.aether.repository.RemoteRepository repository,
                                       String context)
Specified by:
getPathForRemoteArtifact in interface org.eclipse.aether.repository.LocalRepositoryManager

getPathForLocalMetadata

public String getPathForLocalMetadata(org.eclipse.aether.metadata.Metadata metadata)
Specified by:
getPathForLocalMetadata in interface org.eclipse.aether.repository.LocalRepositoryManager

getPathForRemoteMetadata

public String getPathForRemoteMetadata(org.eclipse.aether.metadata.Metadata metadata,
                                       org.eclipse.aether.repository.RemoteRepository repository,
                                       String context)
Specified by:
getPathForRemoteMetadata in interface org.eclipse.aether.repository.LocalRepositoryManager

find

public org.eclipse.aether.repository.LocalArtifactResult find(org.eclipse.aether.RepositorySystemSession session,
                                                              org.eclipse.aether.repository.LocalArtifactRequest request)
Specified by:
find in interface org.eclipse.aether.repository.LocalRepositoryManager

add

public void add(org.eclipse.aether.RepositorySystemSession session,
                org.eclipse.aether.repository.LocalArtifactRegistration request)
Specified by:
add in interface org.eclipse.aether.repository.LocalRepositoryManager

find

public org.eclipse.aether.repository.LocalMetadataResult find(org.eclipse.aether.RepositorySystemSession session,
                                                              org.eclipse.aether.repository.LocalMetadataRequest request)
Specified by:
find in interface org.eclipse.aether.repository.LocalRepositoryManager

add

public void add(org.eclipse.aether.RepositorySystemSession session,
                org.eclipse.aether.repository.LocalMetadataRegistration request)
Specified by:
add in interface org.eclipse.aether.repository.LocalRepositoryManager

toString

public String toString()
Overrides:
toString in class Object


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