| Package | Description |
|---|---|
| org.eclipse.aether.spi.connector.transport |
The contract to download/upload URI-based resources using custom transport protocols.
|
| org.eclipse.aether.transport.classpath |
Support for downloads that utilize the classpath as "remote" storage.
|
| org.eclipse.aether.transport.file |
Support for downloads/uploads using the local filesystem as "remote" storage.
|
| org.eclipse.aether.transport.http |
Support for downloads/uploads via the HTTP and HTTPS protocols.
|
| org.eclipse.aether.transport.wagon |
Support for downloads/uploads using Apache Maven Wagon.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractTransporter.implPeek(PeekTask task)
Implements
AbstractTransporter.peek(PeekTask), gets only called if the transporter has not been closed. |
void |
Transporter.peek(PeekTask task)
Checks the existence of a resource in the repository.
|
void |
AbstractTransporter.peek(PeekTask task) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ClasspathTransporter.implPeek(PeekTask task) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
FileTransporter.implPeek(PeekTask task) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HttpTransporter.implPeek(PeekTask task) |
| Modifier and Type | Field and Description |
|---|---|
private PeekTask |
WagonTransporter.PeekTaskRunner.task |
| Modifier and Type | Method and Description |
|---|---|
void |
WagonTransporter.peek(PeekTask task) |
| Constructor and Description |
|---|
PeekTaskRunner(PeekTask task) |