|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RepositoryManager
Interface to handle interactions with Repository
objects
Method Summary | |
---|---|
java.util.List<NameValuePair> |
getAuthenticationTypes()
Deprecated. since 2.7 - handle this in your own repository. |
java.util.List<NameValuePair> |
getFilterOptions()
|
Repository |
getNewRepositoryInstance(java.lang.String repositoryKey)
Takes in a repository key and creates a new Repository for that key |
MavenPomAccessorCapableRepository |
getNewRepositoryInstanceFromMavenScmProviderKey(java.lang.String scmProviderKey)
Takes in a Maven SCM provider key and creates a new Repository for that key. |
java.util.List<Repository> |
getRepositories()
Retuns a list of available Repository objects |
java.util.Collection<NameValuePair> |
getVersionTypes()
Deprecated. since 2.7 - handle this in your own repository. |
Method Detail |
---|
java.util.List<Repository> getRepositories()
Repository
objects
Repository
. Empty list if none exists.@Nullable Repository getNewRepositoryInstance(java.lang.String repositoryKey)
Repository
for that key
repositoryKey
- - Cannot be null
Repository
matching the key. Throws IllegalArgumentException
if invalid
{@link
- IllegalArgumentException} if the key does not correspond to a valid Repository
@Nullable MavenPomAccessorCapableRepository getNewRepositoryInstanceFromMavenScmProviderKey(@NotNull java.lang.String scmProviderKey)
Repository
for that key. Repository object is not initialized
with the SCM URL.
Maven SCM URL format is defined in http://maven.apache.org/scm/scm-url-format.html
scmProviderKey
- - Maven SCM URL
Repository
matching the key. Throws IllegalArgumentException
if invalid@Deprecated java.util.Collection<NameValuePair> getVersionTypes()
NameValuePair
objects with representing HEAD / Branch versions
List
never null@Deprecated java.util.List<NameValuePair> getAuthenticationTypes()
@NotNull java.util.List<NameValuePair> getFilterOptions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |