org.apache.maven.project
Class LegacyLocalRepositoryManager

java.lang.Object
  extended by org.sonatype.aether.impl.internal.SimpleLocalRepositoryManager
      extended by org.apache.maven.project.LegacyLocalRepositoryManager
All Implemented Interfaces:
LocalRepositoryManager

public class LegacyLocalRepositoryManager
extends SimpleLocalRepositoryManager

Author:
Benjamin Bentmann

Constructor Summary
LegacyLocalRepositoryManager(File basedir)
           
 
Method Summary
 LocalArtifactResult find(RepositorySystemSession session, LocalArtifactRequest request)
           
 String getPathForLocalArtifact(Artifact artifact)
           
 
Methods inherited from class org.sonatype.aether.impl.internal.SimpleLocalRepositoryManager
add, add, find, getPathForLocalMetadata, getPathForRemoteArtifact, getPathForRemoteMetadata, getRepository, setLogger, 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

getPathForLocalArtifact

public String getPathForLocalArtifact(Artifact artifact)
Specified by:
getPathForLocalArtifact in interface LocalRepositoryManager
Overrides:
getPathForLocalArtifact in class SimpleLocalRepositoryManager

find

public LocalArtifactResult find(RepositorySystemSession session,
                                LocalArtifactRequest request)
Specified by:
find in interface LocalRepositoryManager
Overrides:
find in class SimpleLocalRepositoryManager


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