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()
          Gets the repository system session during which the event occurred.
 

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)
          Deprecated. As of version 1.12, use org.sonatype.aether.util.ConfigUtils instead.
static int ConfigurationProperties.get(RepositorySystemSession session, String key, int defaultValue)
          Deprecated. As of version 1.12, use org.sonatype.aether.util.ConfigUtils instead.
static String ConfigurationProperties.get(RepositorySystemSession session, String key, String defaultValue)
          Deprecated. As of version 1.12, use org.sonatype.aether.util.ConfigUtils instead.
 InstallResult RepositorySystem.install(RepositorySystemSession session, InstallRequest request)
          Installs a collection of artifacts and their accompanying metadata to the local repository.
 SyncContext RepositorySystem.newSyncContext(RepositorySystemSession session, boolean shared)
          Creates a new synchronization context.
 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 and potential relocations.
 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)
          Deprecated. As of version 1.11, use RepositorySystem.resolveDependencies(RepositorySystemSession, DependencyRequest) instead.
 List<ArtifactResult> RepositorySystem.resolveDependencies(RepositorySystemSession session, DependencyNode node, DependencyFilter filter)
          Deprecated. As of version 1.11, use RepositorySystem.resolveDependencies(RepositorySystemSession, DependencyRequest) instead.
 DependencyResult RepositorySystem.resolveDependencies(RepositorySystemSession session, DependencyRequest request)
          Collects and resolves the transitive dependencies of an artifact.
 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.
 void LocalRepositoryManager.add(RepositorySystemSession session, LocalMetadataRegistration request)
          Registers installed or resolved metadata with the local repository.
 LocalArtifactResult LocalRepositoryManager.find(RepositorySystemSession session, LocalArtifactRequest request)
          Queries for the existence of an artifact in the local repository.
 LocalMetadataResult LocalRepositoryManager.find(RepositorySystemSession session, LocalMetadataRequest request)
          Queries for the existence of metadata in the local repository.
 



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