|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sonatype.aether.impl.internal.DefaultServiceLocator
org.apache.maven.repository.internal.DefaultServiceLocator
public class DefaultServiceLocator
A simple service locator that is already setup with all components from this library. To acquire a complete repository system, clients need to add some repository connectors for remote transfers. Note: This component is meant to assists those clients that employ the repository systems outside of an IoC container, Maven plugins should instead always use regular dependency injection to acquire the repository system.
Constructor Summary | |
---|---|
DefaultServiceLocator()
Creates a new service locator that already knows about all service implementations included this library. |
Method Summary |
---|
Methods inherited from class org.sonatype.aether.impl.internal.DefaultServiceLocator |
---|
addService, getService, getServices, serviceCreationFailed, setService, setServices |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultServiceLocator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |