|
||||||||||
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 | |
---|---|
Repository |
getNewRepositoryInstance(String repositoryKey)
Takes in a repository key a creates a new Repository for that key |
List |
getRepositories()
Retuns a list of available Repository objects |
Collection |
getVersionTypes()
A list of NameValuePair objects with representing HEAD / Branch versions |
Method Detail |
---|
List getRepositories()
Repository
objects
Repository
. Empty list if none exists.Repository getNewRepositoryInstance(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
Collection getVersionTypes()
NameValuePair
objects with representing HEAD / Branch versions
List
never null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |