|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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. |
static IRepositoryReader |
RepositoryReaderFactory.createRemoteRepositoryReader(java.net.URI uri,
java.lang.String proxyHost,
java.lang.String proxyPort,
java.lang.String proxyUser,
java.lang.String proxyPasswd)
Creates a IRepositoryReader for the remote repository. |
IRepositoryReader |
RepoPathElement.getReader()
|
| Constructors in org.mevenide.repository with parameters of type IRepositoryReader | |
|---|---|
RepoPathElement(IRepositoryReader reader)
Creates a new instance of RepoPathElement |
|
RepoPathElement(IRepositoryReader reader,
RepoPathElement parent)
Creates a new instance of RepoPathElement |
|
RepoPathElement(IRepositoryReader read,
RepoPathElement parent,
java.lang.String groupId,
java.lang.String type,
java.lang.String version,
java.lang.String artifactId,
java.lang.String ext)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||