|
||||||||||
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. |
LocalRepositoryManager |
newInstance(LocalRepository repository)
Tries to create a repository manager for the specified local repository. |
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 int getPriority()
LocalRepositoryManagerFactory
getPriority
in interface LocalRepositoryManagerFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |