|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonatype.aether.impl.internal.SimpleLocalRepositoryManagerFactory
@Component(role=LocalRepositoryManagerFactory.class,
hint="simple")
public class SimpleLocalRepositoryManagerFactory
Creates SimpleLocalRepositoryManagers for repository type "simple".
| Constructor Summary | |
|---|---|
SimpleLocalRepositoryManagerFactory()
|
|
| 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 SimpleLocalRepositoryManagerFactory()
| Method Detail |
|---|
public LocalRepositoryManager newInstance(LocalRepository repository)
throws NoLocalRepositoryManagerException
LocalRepositoryManagerFactory
newInstance in interface LocalRepositoryManagerFactoryrepository - 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 | |||||||||