Uses of Class
org.eclipse.aether.internal.test.util.TestRepositorySystemSession
Package
Description
Utility classes to ease unit testing.
-
Uses of TestRepositorySystemSession in org.eclipse.aether.internal.test.util
Modifier and TypeMethodDescriptionTestRepositorySystemSession.setArtifactDescriptorPolicy
(ArtifactDescriptorPolicy artifactDescriptorPolicy) Sets the policy which controls how errors related to reading artifact descriptors should be handled.TestRepositorySystemSession.setArtifactTypeRegistry
(ArtifactTypeRegistry artifactTypeRegistry) Sets the registry of artifact types recognized by this session.TestRepositorySystemSession.setArtifactUpdatePolicy
(String artifactUpdatePolicy) Sets the global artifact update policy.TestRepositorySystemSession.setAuthenticationSelector
(AuthenticationSelector authenticationSelector) Sets the authentication selector to use for repositories discovered in artifact descriptors.TestRepositorySystemSession.setCache
(RepositoryCache cache) Sets the cache the repository system may use to save data for future reuse during the session.TestRepositorySystemSession.setChecksumPolicy
(String checksumPolicy) Sets the global checksum policy.TestRepositorySystemSession.setConfigProperties
(Map<?, ?> configProperties) Sets the configuration properties used to tweak internal aspects of the repository system (e.g.TestRepositorySystemSession.setConfigProperty
(String key, Object value) Sets the specified configuration property.TestRepositorySystemSession.setData
(SessionData data) Sets the custom data associated with this session.TestRepositorySystemSession.setDependencyGraphTransformer
(DependencyGraphTransformer dependencyGraphTransformer) Sets the dependency graph transformer to use for building dependency graphs.TestRepositorySystemSession.setDependencyManager
(DependencyManager dependencyManager) Sets the dependency manager to use for building dependency graphs.TestRepositorySystemSession.setDependencySelector
(DependencySelector dependencySelector) Sets the dependency selector to use for building dependency graphs.TestRepositorySystemSession.setDependencyTraverser
(DependencyTraverser dependencyTraverser) Sets the dependency traverser to use for building dependency graphs.TestRepositorySystemSession.setIgnoreArtifactDescriptorRepositories
(boolean ignoreArtifactDescriptorRepositories) Controls whether repositories declared in artifact descriptors should be ignored during transitive dependency collection.TestRepositorySystemSession.setLocalRepositoryManager
(LocalRepositoryManager localRepositoryManager) Sets the local repository manager used during this session.TestRepositorySystemSession.setMetadataUpdatePolicy
(String metadataUpdatePolicy) Sets the global metadata update policy.TestRepositorySystemSession.setMirrorSelector
(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
(ProxySelector proxySelector) Sets the proxy selector to use for repositories discovered in artifact descriptors.TestRepositorySystemSession.setRepositoryListener
(RepositoryListener repositoryListener) Sets the listener being notified of actions in the repository system.TestRepositorySystemSession.setResolutionErrorPolicy
(ResolutionErrorPolicy resolutionErrorPolicy) Sets the policy which controls whether resolutions errors from remote repositories should be cached.TestRepositorySystemSession.setSystemProperties
(Map<?, ?> systemProperties) Sets the system properties to use, e.g.TestRepositorySystemSession.setSystemProperty
(String key, String value) Sets the specified system property.TestRepositorySystemSession.setTransferListener
(TransferListener transferListener) Sets the listener being notified of uploads/downloads by the repository system.TestRepositorySystemSession.setUpdatePolicy
(String updatePolicy) Sets the global update policy.TestRepositorySystemSession.setUserProperties
(Map<?, ?> userProperties) Sets the user properties to use, e.g.TestRepositorySystemSession.setUserProperty
(String key, String value) Sets the specified user property.TestRepositorySystemSession.setVersionFilter
(VersionFilter versionFilter) Sets the version filter to use for building dependency graphs.TestRepositorySystemSession.setWorkspaceReader
(WorkspaceReader workspaceReader) Sets the workspace reader used during this session. -
Uses of TestRepositorySystemSession in org.eclipse.aether.internal.test.util.http
Modifier and TypeFieldDescriptionprotected TestRepositorySystemSession
HttpTransporterTest.session