org.codehaus.mojo.mrm.plugin
Class LocalRepo

java.lang.Object
  extended by org.codehaus.mojo.mrm.plugin.LocalRepo
All Implemented Interfaces:
org.codehaus.mojo.mrm.plugin.ArtifactStoreFactory

public class LocalRepo
extends Object
implements org.codehaus.mojo.mrm.plugin.ArtifactStoreFactory

A locally stored Maven repository.

Since:
1.0

Constructor Summary
LocalRepo()
           
 
Method Summary
 org.codehaus.mojo.mrm.api.maven.ArtifactStore newInstance()
          
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocalRepo

public LocalRepo()
Method Detail

newInstance

public org.codehaus.mojo.mrm.api.maven.ArtifactStore newInstance()

Specified by:
newInstance in interface org.codehaus.mojo.mrm.plugin.ArtifactStoreFactory

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2009-2011 Codehaus. All Rights Reserved.