Package | Description |
---|---|
org.eclipse.aether.internal.impl |
The various sub components that collectively implement the repository system.
|
org.eclipse.aether.internal.test.util |
Utility classes to ease unit testing.
|
org.eclipse.aether.repository |
The definition of various kinds of repositories that host artifacts.
|
org.eclipse.aether.util.repository |
Ready-to-use selectors for authentication, proxies and mirrors and a few other repository related utilities.
|
Modifier and Type | Method and Description |
---|---|
LocalMetadataResult |
SimpleLocalRepositoryManager.find(RepositorySystemSession session,
LocalMetadataRequest request) |
Modifier and Type | Method and Description |
---|---|
LocalMetadataResult |
TestLocalRepositoryManager.find(RepositorySystemSession session,
LocalMetadataRequest request) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
LocalMetadataResult |
ChainedLocalRepositoryManager.find(RepositorySystemSession session,
LocalMetadataRequest request) |