|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MetadataRequest | |
|---|---|
| org.sonatype.aether | |
| org.sonatype.aether.resolution | |
| Uses of MetadataRequest in org.sonatype.aether |
|---|
| Method parameters in org.sonatype.aether with type arguments of type MetadataRequest | |
|---|---|
List<MetadataResult> |
RepositorySystem.resolveMetadata(RepositorySystemSession session,
Collection<? extends MetadataRequest> requests)
Resolves the paths for a collection of metadata. |
| Uses of MetadataRequest in org.sonatype.aether.resolution |
|---|
| Methods in org.sonatype.aether.resolution that return MetadataRequest | |
|---|---|
MetadataRequest |
MetadataResult.getRequest()
Gets the resolution request that was made. |
MetadataRequest |
MetadataRequest.setDeleteLocalCopyIfMissing(boolean deleteLocalCopyIfMissing)
Controls whether the locally cached copy of the metadata should be removed if the corresponding file does not exist (any more) in the remote repository. |
MetadataRequest |
MetadataRequest.setFavorLocalRepository(boolean favorLocalRepository)
Controls resolution of remote metadata when already corresponding metadata of the local repository exists. |
MetadataRequest |
MetadataRequest.setMetadata(Metadata metadata)
Sets the metadata to resolve. |
MetadataRequest |
MetadataRequest.setRepository(RemoteRepository repository)
Sets the repository from which the metadata should be resolved. |
MetadataRequest |
MetadataRequest.setRequestContext(String context)
Sets the context in which this request is made. |
| Constructors in org.sonatype.aether.resolution with parameters of type MetadataRequest | |
|---|---|
MetadataResult(MetadataRequest request)
Creates a new result for the specified request. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||