Package | Description |
---|---|
org.eclipse.aether.repository |
The definition of various kinds of repositories that host artifacts.
|
Modifier and Type | Method and Description |
---|---|
LocalMetadataRequest |
LocalMetadataResult.getRequest()
Gets the request corresponding to this result.
|
LocalMetadataRequest |
LocalMetadataRequest.setContext(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 and Description |
---|---|
LocalMetadataResult |
LocalRepositoryManager.find(RepositorySystemSession session,
LocalMetadataRequest request)
Queries for the existence of metadata in the local repository.
|
Constructor and Description |
---|
LocalMetadataResult(LocalMetadataRequest request)
Creates a new result for the specified request.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.