public interface LocalRepositoryManagerFactory
newInstance(LocalRepository) on them. The first manager returned by a factory will then be used for the
local repository.| Modifier and Type | Method and Description |
|---|---|
float |
getPriority()
The priority of this factory.
|
LocalRepositoryManager |
newInstance(LocalRepository repository)
Tries to create a repository manager for the specified local repository.
|
LocalRepositoryManager newInstance(LocalRepository repository) throws NoLocalRepositoryManagerException
repository - The local repository to create a manager for, must not be null.null.NoLocalRepositoryManagerException - If the factory cannot create a manager for the specified local
repository.float getPriority()
Copyright © 2010-2012 The Eclipse Foundation. All Rights Reserved.