Uses of Class
org.sonatype.aether.resolution.MetadataResult

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
 List<MetadataResult> RepositorySystem.resolveMetadata(RepositorySystemSession session, 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
 List<MetadataResult> MetadataResolver.resolveMetadata(RepositorySystemSession session, 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
 List<MetadataResult> DefaultRepositorySystem.resolveMetadata(RepositorySystemSession session, Collection<? extends MetadataRequest> requests)
           
 List<MetadataResult> DefaultMetadataResolver.resolveMetadata(RepositorySystemSession session, Collection<? extends MetadataRequest> requests)
           
 

Uses of MetadataResult in org.sonatype.aether.resolution
 

Methods in org.sonatype.aether.resolution that return MetadataResult
 MetadataResult MetadataResult.setException(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.
 



Copyright © 2010-2012. All Rights Reserved.