| Package | Description |
|---|---|
| org.eclipse.aether.repository |
The definition of various kinds of repositories that host artifacts.
|
| Modifier and Type | Method | Description |
|---|---|---|
LocalMetadataRequest |
LocalMetadataResult.getRequest() |
Gets the request corresponding to this result.
|
LocalMetadataRequest |
LocalMetadataRequest.setContext(java.lang.String context) |
Sets the resolution context.
|
LocalMetadataRequest |
LocalMetadataRequest.setMetadata(Metadata metadata) |
Sets the metadata to query for.
|
LocalMetadataRequest |
LocalMetadataRequest.setRepository(RemoteRepository repository) |
Sets the remote repository to use as sources of the metadata.
|
| Modifier and Type | Method | Description |
|---|---|---|
LocalMetadataResult |
LocalRepositoryManager.find(RepositorySystemSession session,
LocalMetadataRequest request) |
Queries for the existence of metadata in the local repository.
|
| Constructor | Description |
|---|---|
LocalMetadataResult(LocalMetadataRequest request) |
Creates a new result for the specified request.
|