Uses of Interface
org.eclipse.aether.repository.WorkspaceReader
Packages that use 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
Methods in org.eclipse.aether that return WorkspaceReaderModifier and TypeMethodDescriptionAbstractForwardingRepositorySystemSession.getWorkspaceReader()DefaultRepositorySystemSession.getWorkspaceReader()RepositorySystemSession.getWorkspaceReader()Gets the workspace reader used during this session.Methods in org.eclipse.aether with parameters of type WorkspaceReaderModifier 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
Methods in org.eclipse.aether.internal.impl.session that return WorkspaceReaderMethods in org.eclipse.aether.internal.impl.session with parameters of type WorkspaceReaderModifier and TypeMethodDescriptionDefaultSessionBuilder.setWorkspaceReader(WorkspaceReader workspaceReader) Constructors in org.eclipse.aether.internal.impl.session with parameters of type WorkspaceReaderModifierConstructorDescriptionDefaultCloseableSession(String sessionId, boolean offline, boolean ignoreArtifactDescriptorRepositories, ResolutionErrorPolicy resolutionErrorPolicy, ArtifactDescriptorPolicy artifactDescriptorPolicy, String checksumPolicy, String artifactUpdatePolicy, String metadataUpdatePolicy, LocalRepositoryManager localRepositoryManager, Collection<LocalRepository> localRepositories, WorkspaceReader workspaceReader, Collection<RepositoryListener> repositoryListener, Collection<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, ScopeManager scopeManager, List<Runnable> onSessionEndedHandlers, RepositorySystem repositorySystem, RepositorySystemLifecycle repositorySystemLifecycle) -
Uses of WorkspaceReader in org.eclipse.aether.util.repository
Classes in org.eclipse.aether.util.repository that implement WorkspaceReaderModifier and TypeClassDescriptionfinal classA workspace reader that delegates to a chain of other readers, effectively aggregating their contents.Methods in org.eclipse.aether.util.repository that return WorkspaceReaderModifier and TypeMethodDescriptionstatic WorkspaceReaderChainedWorkspaceReader.newInstance(WorkspaceReader reader1, WorkspaceReader reader2) Creates a new workspace reader by chaining the specified readers.Methods in org.eclipse.aether.util.repository with parameters of type WorkspaceReaderModifier and TypeMethodDescriptionstatic WorkspaceReaderChainedWorkspaceReader.newInstance(WorkspaceReader reader1, WorkspaceReader reader2) Creates a new workspace reader by chaining the specified readers.Constructors in org.eclipse.aether.util.repository with parameters of type WorkspaceReaderModifierConstructorDescriptionChainedWorkspaceReader(WorkspaceReader... readers) Creates a new workspace reader by chaining the specified readers.