TestRepositorySystemSession.setArtifactDescriptorPolicy(org.eclipse.aether.resolution.ArtifactDescriptorPolicy artifactDescriptorPolicy)
Sets the policy which controls how errors related to reading artifact descriptors should be handled.
TestRepositorySystemSession.setArtifactTypeRegistry(org.eclipse.aether.artifact.ArtifactTypeRegistry artifactTypeRegistry)
Sets the registry of artifact types recognized by this session.
Sets the global artifact update policy.
TestRepositorySystemSession.setAuthenticationSelector(org.eclipse.aether.repository.AuthenticationSelector authenticationSelector)
Sets the authentication selector to use for repositories discovered in artifact descriptors.
TestRepositorySystemSession.setCache(org.eclipse.aether.RepositoryCache cache)
Sets the cache the repository system may use to save data for future reuse during the session.
Sets the global checksum policy.
Sets the configuration properties used to tweak internal aspects of the repository system (e.g.
Sets the specified configuration property.
TestRepositorySystemSession.setData(org.eclipse.aether.SessionData data)
Sets the custom data associated with this session.
Sets the dependency graph transformer to use for building dependency graphs.
TestRepositorySystemSession.setDependencyManager(org.eclipse.aether.collection.DependencyManager dependencyManager)
Sets the dependency manager to use for building dependency graphs.
TestRepositorySystemSession.setDependencySelector(org.eclipse.aether.collection.DependencySelector dependencySelector)
Sets the dependency selector to use for building dependency graphs.
TestRepositorySystemSession.setDependencyTraverser(org.eclipse.aether.collection.DependencyTraverser dependencyTraverser)
Sets the dependency traverser to use for building dependency graphs.
Controls whether repositories declared in artifact descriptors should be ignored during transitive dependency
collection.
TestRepositorySystemSession.setLocalRepositoryManager(org.eclipse.aether.repository.LocalRepositoryManager localRepositoryManager)
Sets the local repository manager used during this session.
Sets the global metadata update policy.
TestRepositorySystemSession.setMirrorSelector(org.eclipse.aether.repository.MirrorSelector mirrorSelector)
Sets the mirror selector to use for repositories discovered in artifact descriptors.
TestRepositorySystemSession.setOffline(boolean offline)
Controls whether the repository system operates in offline mode and avoids/refuses any access to remote
repositories.
TestRepositorySystemSession.setProxySelector(org.eclipse.aether.repository.ProxySelector proxySelector)
Sets the proxy selector to use for repositories discovered in artifact descriptors.
TestRepositorySystemSession.setRepositoryListener(org.eclipse.aether.RepositoryListener repositoryListener)
Sets the listener being notified of actions in the repository system.
TestRepositorySystemSession.setResolutionErrorPolicy(org.eclipse.aether.resolution.ResolutionErrorPolicy resolutionErrorPolicy)
Sets the policy which controls whether resolutions errors from remote repositories should be cached.
Sets the system properties to use, e.g.
Sets the specified system property.
TestRepositorySystemSession.setTransferListener(org.eclipse.aether.transfer.TransferListener transferListener)
Sets the listener being notified of uploads/downloads by the repository system.
Sets the global update policy.
Sets the user properties to use, e.g.
Sets the specified user property.
TestRepositorySystemSession.setVersionFilter(org.eclipse.aether.collection.VersionFilter versionFilter)
Sets the version filter to use for building dependency graphs.
TestRepositorySystemSession.setWorkspaceReader(org.eclipse.aether.repository.WorkspaceReader workspaceReader)
Sets the workspace reader used during this session.