com.atlassian.user.configuration
Interface DelegationAccessor
- All Superinterfaces:
- RepositoryAccessor
- All Known Implementing Classes:
- DefaultDelegationAccessor
public interface DelegationAccessor
- extends RepositoryAccessor
Given to an application to access the delegation of repositories.
getRepositoryAccessor
RepositoryAccessor getRepositoryAccessor(String key)
- Returns:
- the
RepositoryAccessor for the repository with the specified key, or null if
no repository exists for the given key.
getRepositoryAccessors
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-2009 Atlassian Software Systems Pty Ltd. All Rights Reserved.