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. -
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.