|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MetadataRequest | |
|---|---|
| org.sonatype.aether | |
| org.sonatype.aether.impl | |
| org.sonatype.aether.impl.internal | |
| 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.impl |
|---|
| Method parameters in org.sonatype.aether.impl with type arguments of type MetadataRequest | |
|---|---|
List<MetadataResult> |
MetadataResolver.resolveMetadata(RepositorySystemSession session,
Collection<? extends MetadataRequest> requests)
Resolves the paths for a collection of metadata. |
| Uses of MetadataRequest in org.sonatype.aether.impl.internal |
|---|
| Method parameters in org.sonatype.aether.impl.internal with type arguments of type MetadataRequest | |
|---|---|
List<MetadataResult> |
DefaultRepositorySystem.resolveMetadata(RepositorySystemSession session,
Collection<? extends MetadataRequest> requests)
|
List<MetadataResult> |
DefaultMetadataResolver.resolveMetadata(RepositorySystemSession session,
Collection<? extends MetadataRequest> requests)
|
| 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. |
MetadataRequest |
MetadataRequest.setTrace(RequestTrace trace)
Sets the trace information that describes the higher level request/operation in which this request is issued. |
| 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 | |||||||||