Uses of Interface
org.codehaus.mojo.mrm.api.maven.ArtifactStore

Packages that use ArtifactStore
org.codehaus.mojo.mrm.api.maven This Maven aware contract for a repository. 
org.codehaus.mojo.mrm.plugin This is the contract for the Maven Plugin Extensions that allow for plugging in custom repository types into the Maven plugin. 
 

Uses of ArtifactStore in org.codehaus.mojo.mrm.api.maven
 

Classes in org.codehaus.mojo.mrm.api.maven that implement ArtifactStore
 class BaseArtifactStore
          Base implementation of ArtifactStore.
 

Uses of ArtifactStore in org.codehaus.mojo.mrm.plugin
 

Methods in org.codehaus.mojo.mrm.plugin that return ArtifactStore
 ArtifactStore ArtifactStoreFactory.newInstance()
          Creates a new ArtifactStore instance, note that implementations are free to create a singleton and always return that instance.
 



Copyright © 2009-2011 Codehaus. All Rights Reserved.