Uses of Interface
org.eclipse.aether.repository.WorkspaceReader
-
Packages that use WorkspaceReader Package Description org.eclipse.aether The primary API of theRepositorySystem
and its functionality.org.eclipse.aether.util.repository 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 WorkspaceReader Modifier and Type Method Description WorkspaceReader
AbstractForwardingRepositorySystemSession. getWorkspaceReader()
WorkspaceReader
DefaultRepositorySystemSession. getWorkspaceReader()
WorkspaceReader
RepositorySystemSession. getWorkspaceReader()
Gets the workspace reader used during this session.Methods in org.eclipse.aether with parameters of type WorkspaceReader Modifier and Type Method Description DefaultRepositorySystemSession
DefaultRepositorySystemSession. 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 WorkspaceReader Modifier and Type Class Description class
ChainedWorkspaceReader
A workspace reader that delegates to a chain of other readers, effectively aggregating their contents.Methods in org.eclipse.aether.util.repository that return WorkspaceReader Modifier and Type Method Description static WorkspaceReader
ChainedWorkspaceReader. 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 WorkspaceReader Modifier and Type Method Description static WorkspaceReader
ChainedWorkspaceReader. 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 WorkspaceReader Constructor Description ChainedWorkspaceReader(WorkspaceReader... readers)
Creates a new workspace reader by chaining the specified readers.
-