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:
org.sonatype.aether.repository.LocalRepositoryManager

public class LegacyLocalRepositoryManager
extends org.sonatype.aether.impl.internal.SimpleLocalRepositoryManager

Author:
Benjamin Bentmann

Constructor Summary
LegacyLocalRepositoryManager(File basedir)
           
 
Method Summary
 String getPathForLocalArtifact(org.sonatype.aether.artifact.Artifact artifact)
           
 
Methods inherited from class org.sonatype.aether.impl.internal.SimpleLocalRepositoryManager
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(org.sonatype.aether.artifact.Artifact artifact)
Specified by:
getPathForLocalArtifact in interface org.sonatype.aether.repository.LocalRepositoryManager
Overrides:
getPathForLocalArtifact in class org.sonatype.aether.impl.internal.SimpleLocalRepositoryManager


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