org.codehaus.mojo.mrm.plugin
Class ProxyRepo

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

public class ProxyRepo
extends Object
implements ArtifactStoreFactory, FactoryHelperRequired

A proxy repository serving the content from the current Maven session.

Since:
1.0

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

Constructor Detail

ProxyRepo

public ProxyRepo()
Method Detail

newInstance

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

Specified by:
newInstance in interface ArtifactStoreFactory

setFactoryHelper

public void setFactoryHelper(FactoryHelper factoryHelper)

Specified by:
setFactoryHelper in interface FactoryHelperRequired

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2009-2011 Codehaus. All Rights Reserved.