|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.repository.internal.MavenRepositorySystemUtils
public final class MavenRepositorySystemUtils
A utility class to assist in setting up a Maven-like repository system. Note: This component is meant to assist those clients that employ the repository system outside of an IoC container, Maven plugins should instead always use regular dependency injection to acquire the repository system.
Method Summary | |
---|---|
static org.eclipse.aether.impl.DefaultServiceLocator |
newServiceLocator()
Creates a new service locator that already knows about all service implementations included in this library. |
static org.eclipse.aether.DefaultRepositorySystemSession |
newSession()
Creates a new Maven-like repository system session by initializing the session with values typical for Maven-based resolution. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static org.eclipse.aether.impl.DefaultServiceLocator newServiceLocator()
null
.public static org.eclipse.aether.DefaultRepositorySystemSession newSession()
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |