org.codehaus.mojo.mrm.plugin
Interface ArtifactStoreFactory


public interface ArtifactStoreFactory

Something that produces ArtifactStore instances.

Since:
1.0
See Also:
FactoryHelperRequired

Method Summary
 ArtifactStore newInstance()
          Creates a new ArtifactStore instance, note that implementations are free to create a singleton and always return that instance.
 

Method Detail

newInstance

ArtifactStore newInstance()
Creates a new ArtifactStore instance, note that implementations are free to create a singleton and always return that instance.

Returns:
the ArtifactStore instance.
Since:
1.0


Copyright © 2009-2011 Codehaus. All Rights Reserved.