Uses of Class
org.sonatype.aether.util.DefaultRepositorySystemSession

Packages that use DefaultRepositorySystemSession
org.sonatype.aether.util   
 

Uses of DefaultRepositorySystemSession in org.sonatype.aether.util
 

Methods in org.sonatype.aether.util that return DefaultRepositorySystemSession
 DefaultRepositorySystemSession DefaultRepositorySystemSession.setArtifactTypeRegistry(ArtifactTypeRegistry artifactTypeRegistry)
          Sets the registry of artifact types recognized by this session.
 DefaultRepositorySystemSession DefaultRepositorySystemSession.setAuthenticationSelector(AuthenticationSelector authenticationSelector)
          Sets the authentication selector to use for repositories discovered in artifact descriptors.
 DefaultRepositorySystemSession DefaultRepositorySystemSession.setCache(RepositoryCache cache)
          Sets the cache the repository system may use to save data for future reuse during the session.
 DefaultRepositorySystemSession DefaultRepositorySystemSession.setChecksumPolicy(String checksumPolicy)
          Sets the global checksum policy.
 DefaultRepositorySystemSession DefaultRepositorySystemSession.setConfigProperties(Map<String,Object> configProperties)
          Sets the configuration properties used to tweak internal aspects of the repository system (e.g.
 DefaultRepositorySystemSession DefaultRepositorySystemSession.setConfigProperty(String key, Object value)
          Sets the specified configuration property.
 DefaultRepositorySystemSession DefaultRepositorySystemSession.setConfigProps(Map<?,?> configProperties)
          Sets the configuration properties used to tweak internal aspects of the repository system (e.g.
 DefaultRepositorySystemSession DefaultRepositorySystemSession.setData(SessionData data)
          Sets the custom data associated with this session.
 DefaultRepositorySystemSession DefaultRepositorySystemSession.setDependencyGraphTransformer(DependencyGraphTransformer dependencyGraphTransformer)
          Sets the dependency graph transformer to use for building dependency graphs.
 DefaultRepositorySystemSession DefaultRepositorySystemSession.setDependencyManager(DependencyManager dependencyManager)
          Sets the dependency manager to use for building dependency graphs.
 DefaultRepositorySystemSession DefaultRepositorySystemSession.setDependencySelector(DependencySelector dependencySelector)
          Sets the dependency selector to use for building dependency graphs.
 DefaultRepositorySystemSession DefaultRepositorySystemSession.setDependencyTraverser(DependencyTraverser dependencyTraverser)
          Sets the dependency traverser to use for building dependency graphs.
 DefaultRepositorySystemSession DefaultRepositorySystemSession.setIgnoreInvalidArtifactDescriptor(boolean ignoreInvalidArtifactDescriptor)
          Controls whether invalid artifact descriptors are silently ignored.
 DefaultRepositorySystemSession DefaultRepositorySystemSession.setIgnoreMissingArtifactDescriptor(boolean ignoreMissingArtifactDescriptor)
          Controls whether missing artifact descriptors are silently ignored.
 DefaultRepositorySystemSession DefaultRepositorySystemSession.setLocalRepositoryManager(LocalRepositoryManager localRepositoryManager)
          Sets the local repository manager used during this session.
 DefaultRepositorySystemSession DefaultRepositorySystemSession.setMirrorSelector(MirrorSelector mirrorSelector)
          Sets the mirror selector to use for repositories discovered in artifact descriptors.
 DefaultRepositorySystemSession DefaultRepositorySystemSession.setNotFoundCachingEnabled(boolean notFoundCachingEnabled)
          Controls whether missing artifacts/metadata from resolution attempts should be cached in the local repository.
 DefaultRepositorySystemSession DefaultRepositorySystemSession.setOffline(boolean offline)
          Controls whether the repository system operates in offline mode and avoids/refuses any access to remote repositories.
 DefaultRepositorySystemSession DefaultRepositorySystemSession.setProxySelector(ProxySelector proxySelector)
          Sets the proxy selector to use for repositories discovered in artifact descriptors.
 DefaultRepositorySystemSession DefaultRepositorySystemSession.setRepositoryListener(RepositoryListener repositoryListener)
          Sets the listener being notified of actions in the repository system.
 DefaultRepositorySystemSession DefaultRepositorySystemSession.setSystemProperties(Map<String,String> systemProperties)
          Sets the system properties to use, e.g.
 DefaultRepositorySystemSession DefaultRepositorySystemSession.setSystemProperty(String key, String value)
          Sets the specified system property.
 DefaultRepositorySystemSession DefaultRepositorySystemSession.setSystemProps(Hashtable<?,?> systemProperties)
          Sets the system properties to use, e.g.
 DefaultRepositorySystemSession DefaultRepositorySystemSession.setTransferErrorCachingEnabled(boolean transferErrorCachingEnabled)
          Controls whether transfer errors (e.g.
 DefaultRepositorySystemSession DefaultRepositorySystemSession.setTransferListener(TransferListener transferListener)
          Sets the listener being notified of uploads/downloads by the repository system.
 DefaultRepositorySystemSession DefaultRepositorySystemSession.setUpdatePolicy(String updatePolicy)
          Sets the global update policy.
 DefaultRepositorySystemSession DefaultRepositorySystemSession.setUserProperties(Map<String,String> userProperties)
          Sets the user properties to use, e.g.
 DefaultRepositorySystemSession DefaultRepositorySystemSession.setUserProperty(String key, String value)
          Sets the specified user property.
 DefaultRepositorySystemSession DefaultRepositorySystemSession.setUserProps(Map<?,?> userProperties)
          Sets the user properties to use, e.g.
 DefaultRepositorySystemSession DefaultRepositorySystemSession.setWorkspaceReader(WorkspaceReader workspaceReader)
          Sets the workspace reader used during this session.
 



Copyright © 2010-2012. All Rights Reserved.