Package | Description |
---|---|
org.eclipse.aether.repository |
The definition of various kinds of repositories that host artifacts.
|
Modifier and Type | Method and Description |
---|---|
LocalArtifactResult |
LocalRepositoryManager.find(RepositorySystemSession session,
LocalArtifactRequest request)
Queries for the existence of an artifact in the local repository.
|
LocalArtifactResult |
LocalArtifactResult.setAvailable(boolean available)
Sets whether the artifact is available.
|
LocalArtifactResult |
LocalArtifactResult.setFile(File file)
Sets the file to requested artifact.
|
LocalArtifactResult |
LocalArtifactResult.setRepository(RemoteRepository repository)
Sets the (first) remote repository from which the artifact was cached.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.