Uses of Interface
org.mevenide.repository.IRepositoryReader

Uses of IRepositoryReader in org.mevenide.repository
 

Methods in org.mevenide.repository that return IRepositoryReader
static IRepositoryReader RepositoryReaderFactory.createLocalRepositoryReader(java.io.File root)
          Creates a IRepositoryReader for the local repository.
static IRepositoryReader RepositoryReaderFactory.createRemoteRepositoryReader(java.net.URI uri)
          Creates a IRepositoryReader for the remote repository.
static IRepositoryReader RepositoryReaderFactory.createRemoteRepositoryReader(java.net.URI uri, java.lang.String proxyHost, java.lang.String proxyPort)
          Creates a IRepositoryReader for the remote repository.
 IRepositoryReader RepoPathElement.getReader()
           
 

Constructors in org.mevenide.repository with parameters of type IRepositoryReader
RepoPathElement(IRepositoryReader read)
          Creates a new instance of RepoPathElement
RepoPathElement(IRepositoryReader read, java.lang.String groupId, java.lang.String type, java.lang.String version, java.lang.String artifactId, java.lang.String ext)
           
 



Copyright © 2003-2005 The Codehaus. All Rights Reserved.