com.atlassian.user.configuration
Interface DelegationAccessor
- All Superinterfaces:
- RepositoryAccessor
public interface DelegationAccessor
- extends RepositoryAccessor
Given to an application to access the delegation of repositories.
getRepositoryAccessor
RepositoryAccessor getRepositoryAccessor(java.lang.String key)
- Returns:
- the
RepositoryAccessor for the repository with the specified key, or null if
no repository exists for the given key.
getRepositoryAccessors
java.util.List getRepositoryAccessors()
- Returns:
- a list of
RepositoryAccessors in the order of delegation.
addRepositoryAccessor
void addRepositoryAccessor(RepositoryAccessor accessor)
- Adds a
RepositoryAccessor to the end of the delegation order.
Copyright © 2005-2015 Atlassian. All Rights Reserved.