| Package | Description |
|---|---|
| org.eclipse.aether.repository |
The definition of various kinds of repositories that host artifacts.
|
| Modifier and Type | Method | Description |
|---|---|---|
LocalMetadataResult |
LocalRepositoryManager.find(RepositorySystemSession session,
LocalMetadataRequest request) |
Queries for the existence of metadata in the local repository.
|
LocalMetadataResult |
LocalMetadataResult.setFile(java.io.File file) |
Sets the file to requested metadata.
|
LocalMetadataResult |
LocalMetadataResult.setStale(boolean stale) |
Sets whether the metadata is stale.
|