Package | Description |
---|---|
org.apache.archiva.proxy | |
org.apache.archiva.proxy.maven |
Modifier and Type | Class and Description |
---|---|
class |
NotFoundException
NotFoundException - thrown when the resource requested was not found on the remote repository.
|
class |
NotModifiedException
NotModifiedException - thrown when the resource requested was found on the remote repository, but
the remote repository reported that the copy we have in our managed repository is newer than
the one present on the remote repository.
|
Modifier and Type | Method and Description |
---|---|
protected StorageAsset |
DefaultRepositoryProxyHandler.transferFile(ProxyConnector connector,
RemoteRepository remoteRepository,
String remotePath,
ManagedRepository repository,
StorageAsset resource,
Properties requestProperties,
boolean executeConsumers)
Perform the transfer of the file.
|
protected abstract void |
DefaultRepositoryProxyHandler.transferResources(ProxyConnector connector,
RemoteRepository remoteRepository,
StorageAsset tmpResource,
StorageAsset[] checksumFiles,
String url,
String remotePath,
StorageAsset resource,
Path workingDirectory,
ManagedRepository repository) |
Modifier and Type | Method and Description |
---|---|
protected void |
MavenRepositoryProxyHandler.transferArtifact(org.apache.maven.wagon.Wagon wagon,
RemoteRepository remoteRepository,
String remotePath,
ManagedRepository repository,
Path resource,
Path tmpDirectory,
StorageAsset destFile) |
protected void |
MavenRepositoryProxyHandler.transferChecksum(org.apache.maven.wagon.Wagon wagon,
RemoteRepository remoteRepository,
String remotePath,
ManagedRepository repository,
Path resource,
String ext,
Path destFile)
Quietly transfer the checksum file from the remote repository to the local file.
|
protected void |
MavenRepositoryProxyHandler.transferResources(ProxyConnector connector,
RemoteRepository remoteRepository,
StorageAsset tmpResource,
StorageAsset[] checksumFiles,
String url,
String remotePath,
StorageAsset resource,
Path workingDirectory,
ManagedRepository repository) |
protected void |
MavenRepositoryProxyHandler.transferSimpleFile(org.apache.maven.wagon.Wagon wagon,
RemoteRepository remoteRepository,
String remotePath,
ManagedRepository repository,
Path origFile,
Path destFile)
Perform the transfer of the remote file to the local file specified.
|
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.