Package | Description |
---|---|
org.eclipse.aether |
The primary API of the
RepositorySystem and its functionality. |
org.eclipse.aether.util.repository |
Ready-to-use selectors for authentication, proxies and mirrors and a few other repository related utilities.
|
Modifier and Type | Method and Description |
---|---|
WorkspaceReader |
DefaultRepositorySystemSession.getWorkspaceReader() |
WorkspaceReader |
AbstractForwardingRepositorySystemSession.getWorkspaceReader() |
WorkspaceReader |
RepositorySystemSession.getWorkspaceReader()
Gets the workspace reader used during this session.
|
Modifier and Type | Method and Description |
---|---|
DefaultRepositorySystemSession |
DefaultRepositorySystemSession.setWorkspaceReader(WorkspaceReader workspaceReader)
Sets the workspace reader used during this session.
|
Modifier and Type | Class and Description |
---|---|
class |
ChainedWorkspaceReader
A workspace reader that delegates to a chain of other readers, effectively aggregating their contents.
|
Modifier and Type | Method and Description |
---|---|
static WorkspaceReader |
ChainedWorkspaceReader.newInstance(WorkspaceReader reader1,
WorkspaceReader reader2)
Creates a new workspace reader by chaining the specified readers.
|
Modifier and Type | Method and Description |
---|---|
static WorkspaceReader |
ChainedWorkspaceReader.newInstance(WorkspaceReader reader1,
WorkspaceReader reader2)
Creates a new workspace reader by chaining the specified readers.
|
Constructor and Description |
---|
ChainedWorkspaceReader(WorkspaceReader... readers)
Creates a new workspace reader by chaining the specified readers.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.