@Service(value="mavenSystemManager") public class MavenSystemManager extends Object
Constructor and Description |
---|
MavenSystemManager() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.aether.impl.DefaultServiceLocator |
getLocator() |
org.eclipse.aether.RepositorySystem |
getRepositorySystem() |
static org.eclipse.aether.impl.DefaultServiceLocator |
newLocator() |
static org.eclipse.aether.RepositorySystem |
newRepositorySystem(org.eclipse.aether.impl.DefaultServiceLocator locator)
Finds the
|
static org.eclipse.aether.RepositorySystemSession |
newRepositorySystemSession(String localRepoDir)
Creates a new aether repository system session for the given directory and assigns the
repository to this session.
|
public MavenSystemManager()
public static org.eclipse.aether.RepositorySystemSession newRepositorySystemSession(String localRepoDir)
localRepoDir
- The repository directorypublic org.eclipse.aether.RepositorySystem getRepositorySystem()
public org.eclipse.aether.impl.DefaultServiceLocator getLocator()
public static org.eclipse.aether.RepositorySystem newRepositorySystem(org.eclipse.aether.impl.DefaultServiceLocator locator)
public static org.eclipse.aether.impl.DefaultServiceLocator newLocator()
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.