| Package | Description | 
|---|---|
| org.eclipse.aether | 
 The primary API of the  
RepositorySystem and its functionality. | 
| org.eclipse.aether.repository | 
 The definition of various kinds of repositories that host artifacts. 
 | 
| org.eclipse.aether.transfer | 
 A listener and various exception types dealing with the transfer of a resource between the local system and a remote
 repository. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LocalRepository | 
AbstractForwardingRepositorySystemSession.getLocalRepository()  | 
LocalRepository | 
DefaultRepositorySystemSession.getLocalRepository()  | 
LocalRepository | 
RepositorySystemSession.getLocalRepository()
Gets the local repository used during this session. 
 | 
LocalRepository | 
RepositorySystemSession.getLocalRepository()
Gets the local repository used during this session. 
 | 
LocalRepository | 
DefaultRepositorySystemSession.getLocalRepository()  | 
LocalRepository | 
AbstractForwardingRepositorySystemSession.getLocalRepository()  | 
| Modifier and Type | Method and Description | 
|---|---|
LocalRepositoryManager | 
RepositorySystem.newLocalRepositoryManager(RepositorySystemSession session,
                         LocalRepository localRepository)
Creates a new manager for the specified local repository. 
 | 
LocalRepositoryManager | 
RepositorySystem.newLocalRepositoryManager(RepositorySystemSession session,
                         LocalRepository localRepository)
Creates a new manager for the specified local repository. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LocalRepository | 
LocalRepositoryManager.getRepository()
Gets the description of the local repository being managed. 
 | 
LocalRepository | 
NoLocalRepositoryManagerException.getRepository()
Gets the local repository whose content type is not supported. 
 | 
LocalRepository | 
NoLocalRepositoryManagerException.getRepository()
Gets the local repository whose content type is not supported. 
 | 
LocalRepository | 
LocalRepositoryManager.getRepository()
Gets the description of the local repository being managed. 
 | 
| Constructor and Description | 
|---|
NoLocalRepositoryManagerException(LocalRepository repository)
Creates a new exception with the specified repository. 
 | 
NoLocalRepositoryManagerException(LocalRepository repository)
Creates a new exception with the specified repository. 
 | 
NoLocalRepositoryManagerException(LocalRepository repository,
                                 String message)
Creates a new exception with the specified repository and detail message. 
 | 
NoLocalRepositoryManagerException(LocalRepository repository,
                                 String message)
Creates a new exception with the specified repository and detail message. 
 | 
NoLocalRepositoryManagerException(LocalRepository repository,
                                 String message,
                                 Throwable cause)
Creates a new exception with the specified repository, detail message and cause. 
 | 
NoLocalRepositoryManagerException(LocalRepository repository,
                                 String message,
                                 Throwable cause)
Creates a new exception with the specified repository, detail message and cause. 
 | 
NoLocalRepositoryManagerException(LocalRepository repository,
                                 Throwable cause)
Creates a new exception with the specified repository and cause. 
 | 
NoLocalRepositoryManagerException(LocalRepository repository,
                                 Throwable cause)
Creates a new exception with the specified repository and cause. 
 | 
| Constructor and Description | 
|---|
MetadataNotFoundException(Metadata metadata,
                         LocalRepository repository)
Creates a new exception with the specified metadata and local repository. 
 | 
MetadataNotFoundException(Metadata metadata,
                         LocalRepository repository)
Creates a new exception with the specified metadata and local repository. 
 | 
Copyright © 2010–2021 The Apache Software Foundation. All rights reserved.