Uses of Interface
org.sonatype.aether.RepositorySystemSession

Packages that use RepositorySystemSession
org.sonatype.aether   
org.sonatype.aether.collection   
org.sonatype.aether.repository   
 

Uses of RepositorySystemSession in org.sonatype.aether
 

Methods in org.sonatype.aether that return RepositorySystemSession
 RepositorySystemSession RepositoryEvent.getSession()
           
 

Methods in org.sonatype.aether with parameters of type RepositorySystemSession
 CollectResult RepositorySystem.collectDependencies(RepositorySystemSession session, CollectRequest request)
          Collects the transitive dependencies of an artifact and builds a dependency graph.
 DeployResult RepositorySystem.deploy(RepositorySystemSession session, DeployRequest request)
          Uploads a collection of artifacts and their accompanying metadata to a remote repository.
 Object RepositoryCache.get(RepositorySystemSession session, Object key)
          Gets the specified data from the cache.
static boolean ConfigurationProperties.get(RepositorySystemSession session, String key, boolean defaultValue)
          Gets the specified configuration property.
static int ConfigurationProperties.get(RepositorySystemSession session, String key, int defaultValue)
          Gets the specified configuration property.
static String ConfigurationProperties.get(RepositorySystemSession session, String key, String defaultValue)
          Gets the specified configuration property.
 InstallResult RepositorySystem.install(RepositorySystemSession session, InstallRequest request)
          Installs a collection of artifacts and their accompanying metadata to the local repository.
 void RepositoryCache.put(RepositorySystemSession session, Object key, Object data)
          Puts the specified data into the cache.
 ArtifactDescriptorResult RepositorySystem.readArtifactDescriptor(RepositorySystemSession session, ArtifactDescriptorRequest request)
          Gets information about an artifact like its direct dependencies.
 ArtifactResult RepositorySystem.resolveArtifact(RepositorySystemSession session, ArtifactRequest request)
          Resolves the paths for an artifact.
 List<ArtifactResult> RepositorySystem.resolveArtifacts(RepositorySystemSession session, Collection<? extends ArtifactRequest> requests)
          Resolves the paths for a collection of artifacts.
 List<ArtifactResult> RepositorySystem.resolveDependencies(RepositorySystemSession session, CollectRequest request, DependencyFilter filter)
          Collects the transitive dependencies of an artifact and resolves the paths for the artifacts referenced by the specified dependency graph.
 List<ArtifactResult> RepositorySystem.resolveDependencies(RepositorySystemSession session, DependencyNode node, DependencyFilter filter)
          Resolves the paths for the artifacts referenced by the specified dependency graph.
 List<MetadataResult> RepositorySystem.resolveMetadata(RepositorySystemSession session, Collection<? extends MetadataRequest> requests)
          Resolves the paths for a collection of metadata.
 VersionResult RepositorySystem.resolveVersion(RepositorySystemSession session, VersionRequest request)
          Resolves an artifact's meta version (if any) to a concrete version.
 VersionRangeResult RepositorySystem.resolveVersionRange(RepositorySystemSession session, VersionRangeRequest request)
          Expands a version range to a list of matching versions, in ascending order.
 

Uses of RepositorySystemSession in org.sonatype.aether.collection
 

Methods in org.sonatype.aether.collection that return RepositorySystemSession
 RepositorySystemSession DependencyGraphTransformationContext.getSession()
          Gets the repository system session during which the graph transformation happens.
 RepositorySystemSession DependencyCollectionContext.getSession()
          Gets the repository system session during which the dependency collection happens.
 

Uses of RepositorySystemSession in org.sonatype.aether.repository
 

Methods in org.sonatype.aether.repository with parameters of type RepositorySystemSession
 void LocalRepositoryManager.add(RepositorySystemSession session, LocalArtifactRegistration request)
          Registers an installed or resolved artifact with the local repository.
 LocalArtifactResult LocalRepositoryManager.find(RepositorySystemSession session, LocalArtifactRequest request)
          Queries for the existence of an artifact in the local repository.
 



Copyright © 2010 Sonatype, Inc.. All Rights Reserved.