Uses of Interface
org.eclipse.aether.repository.WorkspaceReader
-
Packages that use WorkspaceReader Package Description org.eclipse.aether The primary API of theRepositorySystemand 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
Fields in org.eclipse.aether declared as WorkspaceReader Modifier and Type Field Description private WorkspaceReaderDefaultRepositorySystemSession. workspaceReaderMethods in org.eclipse.aether that return WorkspaceReader Modifier and Type Method Description WorkspaceReaderAbstractForwardingRepositorySystemSession. getWorkspaceReader()WorkspaceReaderDefaultRepositorySystemSession. getWorkspaceReader()WorkspaceReaderRepositorySystemSession. getWorkspaceReader()Gets the workspace reader used during this session.Methods in org.eclipse.aether with parameters of type WorkspaceReader Modifier and Type Method Description DefaultRepositorySystemSessionDefaultRepositorySystemSession. 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 classChainedWorkspaceReaderA workspace reader that delegates to a chain of other readers, effectively aggregating their contents.Fields in org.eclipse.aether.util.repository with type parameters of type WorkspaceReader Modifier and Type Field Description private java.util.List<WorkspaceReader>ChainedWorkspaceReader. readersMethods in org.eclipse.aether.util.repository that return WorkspaceReader Modifier and Type Method Description static 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 WorkspaceReader Modifier and Type Method Description static 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 WorkspaceReader Constructor Description ChainedWorkspaceReader(WorkspaceReader... readers)Creates a new workspace reader by chaining the specified readers.Constructor parameters in org.eclipse.aether.util.repository with type arguments of type WorkspaceReader Constructor Description Key(java.util.List<WorkspaceReader> readers)
-