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
public 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
public java.util.List getRepositoryAccessors()
- Returns:
- a list of
RepositoryAccessor
s in the order of delegation.
addRepositoryAccessor
public void addRepositoryAccessor(RepositoryAccessor accessor)
- Adds a
RepositoryAccessor
to the end of the delegation order.
Copyright © 2005-2007 Atlassian Software Systems Pty Ltd. All Rights Reserved.