|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sonatype.aether.impl.internal.EnhancedLocalRepositoryManagerFactory
@Component(role=LocalRepositoryManagerFactory.class, hint="enhanced") public class EnhancedLocalRepositoryManagerFactory
Creates EnhancedLocalRepositoryManager
s for repository types "default"
or "" (automatic)
.
Constructor Summary | |
---|---|
EnhancedLocalRepositoryManagerFactory()
|
Method Summary | |
---|---|
int |
getPriority()
The priority of this factory. |
void |
initService(ServiceLocator locator)
Provides the opportunity to initialize this service and to acquire other services for its operation from the locator. |
LocalRepositoryManager |
newInstance(LocalRepository repository)
Tries to create a repository manager for the specified local repository. |
EnhancedLocalRepositoryManagerFactory |
setLogger(Logger logger)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EnhancedLocalRepositoryManagerFactory()
Method Detail |
---|
public LocalRepositoryManager newInstance(LocalRepository repository) throws NoLocalRepositoryManagerException
LocalRepositoryManagerFactory
newInstance
in interface LocalRepositoryManagerFactory
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.public void initService(ServiceLocator locator)
Service
initService
in interface Service
locator
- The service locator, must not be null
.public EnhancedLocalRepositoryManagerFactory setLogger(Logger logger)
public int getPriority()
LocalRepositoryManagerFactory
getPriority
in interface LocalRepositoryManagerFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |