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