Package | Description |
---|---|
org.eclipse.aether | |
org.eclipse.aether.impl | |
org.eclipse.aether.repository | |
org.eclipse.aether.spi.localrepo | |
org.eclipse.aether.transfer |
Modifier and Type | Method and Description |
---|---|
LocalRepository |
RepositorySystemSession.getLocalRepository()
Gets the local repository used during this session.
|
LocalRepository |
DefaultRepositorySystemSession.getLocalRepository() |
Modifier and Type | Method and Description |
---|---|
LocalRepositoryManager |
RepositorySystem.newLocalRepositoryManager(LocalRepository localRepository)
Creates a new manager for the specified local repository.
|
Modifier and Type | Method and Description |
---|---|
LocalRepositoryManager |
LocalRepositoryProvider.newLocalRepositoryManager(LocalRepository localRepository) |
Modifier and Type | Method and Description |
---|---|
LocalRepository |
NoLocalRepositoryManagerException.getRepository() |
LocalRepository |
LocalRepositoryManager.getRepository()
Gets the description of the local repository being managed.
|
Constructor and Description |
---|
NoLocalRepositoryManagerException(LocalRepository repository) |
NoLocalRepositoryManagerException(LocalRepository repository,
String message) |
NoLocalRepositoryManagerException(LocalRepository repository,
String message,
Throwable cause) |
NoLocalRepositoryManagerException(LocalRepository repository,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
LocalRepositoryManager |
LocalRepositoryManagerFactory.newInstance(LocalRepository repository)
Tries to create a repository manager for the specified local repository.
|
Constructor and Description |
---|
MetadataNotFoundException(Metadata metadata,
LocalRepository repository) |
Copyright © 2010-2012 The Eclipse Foundation. All Rights Reserved.