|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MetadataResult | |
---|---|
org.sonatype.aether | |
org.sonatype.aether.impl | |
org.sonatype.aether.impl.internal | |
org.sonatype.aether.resolution |
Uses of MetadataResult in org.sonatype.aether |
---|
Methods in org.sonatype.aether that return types with arguments of type MetadataResult | |
---|---|
java.util.List<MetadataResult> |
RepositorySystem.resolveMetadata(RepositorySystemSession session,
java.util.Collection<? extends MetadataRequest> requests)
Resolves the paths for a collection of metadata. |
Uses of MetadataResult in org.sonatype.aether.impl |
---|
Methods in org.sonatype.aether.impl that return types with arguments of type MetadataResult | |
---|---|
java.util.List<MetadataResult> |
MetadataResolver.resolveMetadata(RepositorySystemSession session,
java.util.Collection<? extends MetadataRequest> requests)
Resolves the paths for a collection of metadata. |
Uses of MetadataResult in org.sonatype.aether.impl.internal |
---|
Methods in org.sonatype.aether.impl.internal that return types with arguments of type MetadataResult | |
---|---|
java.util.List<MetadataResult> |
DefaultRepositorySystem.resolveMetadata(RepositorySystemSession session,
java.util.Collection<? extends MetadataRequest> requests)
|
java.util.List<MetadataResult> |
DefaultMetadataResolver.resolveMetadata(RepositorySystemSession session,
java.util.Collection<? extends MetadataRequest> requests)
|
Uses of MetadataResult in org.sonatype.aether.resolution |
---|
Methods in org.sonatype.aether.resolution that return MetadataResult | |
---|---|
MetadataResult |
MetadataResult.setException(java.lang.Exception exception)
Records the specified exception while resolving the metadata. |
MetadataResult |
MetadataResult.setMetadata(Metadata metadata)
Sets the resolved metadata. |
MetadataResult |
MetadataResult.setUpdated(boolean updated)
Sets the updated flag for the metadata. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |