Uses of Interface
org.eclipse.aether.repository.WorkspaceReader
Package
Description
The primary API of the
RepositorySystem
and its functionality.Ready-to-use selectors for authentication, proxies and mirrors and a few other repository related utilities.
-
Uses of WorkspaceReader in org.eclipse.aether
Modifier and TypeMethodDescriptionAbstractForwardingRepositorySystemSession.getWorkspaceReader()
DefaultRepositorySystemSession.getWorkspaceReader()
RepositorySystemSession.getWorkspaceReader()
Gets the workspace reader used during this session.Modifier and TypeMethodDescriptionDefaultRepositorySystemSession.setWorkspaceReader
(WorkspaceReader workspaceReader) Sets the workspace reader used during this session.RepositorySystemSession.SessionBuilder.setWorkspaceReader
(WorkspaceReader workspaceReader) Sets the workspace reader used during this session. -
Uses of WorkspaceReader in org.eclipse.aether.internal.impl.session
Modifier and TypeMethodDescriptionDefaultSessionBuilder.setWorkspaceReader
(WorkspaceReader workspaceReader) ModifierConstructorDescriptionDefaultCloseableSession
(String sessionId, AtomicBoolean closed, boolean offline, boolean ignoreArtifactDescriptorRepositories, ResolutionErrorPolicy resolutionErrorPolicy, ArtifactDescriptorPolicy artifactDescriptorPolicy, String checksumPolicy, String artifactUpdatePolicy, String metadataUpdatePolicy, LocalRepositoryManager localRepositoryManager, List<LocalRepository> localRepositories, WorkspaceReader workspaceReader, RepositoryListener repositoryListener, TransferListener transferListener, Map<String, String> systemProperties, Map<String, String> userProperties, Map<String, Object> configProperties, MirrorSelector mirrorSelector, ProxySelector proxySelector, AuthenticationSelector authenticationSelector, ArtifactTypeRegistry artifactTypeRegistry, DependencyTraverser dependencyTraverser, DependencyManager dependencyManager, DependencySelector dependencySelector, VersionFilter versionFilter, DependencyGraphTransformer dependencyGraphTransformer, SessionData data, RepositoryCache cache, RepositorySystem repositorySystem, RepositorySystemLifecycle repositorySystemLifecycle) -
Uses of WorkspaceReader in org.eclipse.aether.util.repository
Modifier and TypeClassDescriptionfinal class
A workspace reader that delegates to a chain of other readers, effectively aggregating their contents.Modifier and TypeMethodDescriptionstatic WorkspaceReader
ChainedWorkspaceReader.newInstance
(WorkspaceReader reader1, WorkspaceReader reader2) Creates a new workspace reader by chaining the specified readers.Modifier and TypeMethodDescriptionstatic WorkspaceReader
ChainedWorkspaceReader.newInstance
(WorkspaceReader reader1, WorkspaceReader reader2) Creates a new workspace reader by chaining the specified readers.ModifierConstructorDescriptionChainedWorkspaceReader
(WorkspaceReader... readers) Creates a new workspace reader by chaining the specified readers.