Package | Description |
---|---|
org.eclipse.aether |
The primary API of the
RepositorySystem and its functionality. |
Modifier and Type | Method and Description |
---|---|
LocalRepositoryManager |
DefaultRepositorySystemSession.getLocalRepositoryManager() |
LocalRepositoryManager |
AbstractForwardingRepositorySystemSession.getLocalRepositoryManager() |
LocalRepositoryManager |
RepositorySystemSession.getLocalRepositoryManager()
Gets the local repository manager used during this session.
|
LocalRepositoryManager |
RepositorySystem.newLocalRepositoryManager(RepositorySystemSession session,
LocalRepository localRepository)
Creates a new manager for the specified local repository.
|
Modifier and Type | Method and Description |
---|---|
DefaultRepositorySystemSession |
DefaultRepositorySystemSession.setLocalRepositoryManager(LocalRepositoryManager localRepositoryManager)
Sets the local repository manager used during this session.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.