Package | Description |
---|---|
org.apache.archiva.proxy |
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 |
---|---|
private void |
DefaultRepositoryProxyConnectors.moveFileIfExists(File fileToMove,
File directory)
Moves the file into repository location if it exists
|
private void |
DefaultRepositoryProxyConnectors.moveTempToTarget(File temp,
File target)
Used to move the temporary file to its real destination.
|
private void |
DefaultRepositoryProxyConnectors.transferArtifact(org.apache.maven.wagon.Wagon wagon,
RemoteRepositoryContent remoteRepository,
String remotePath,
ManagedRepositoryContent repository,
File resource,
File tmpDirectory,
File destFile) |
private void |
DefaultRepositoryProxyConnectors.transferChecksum(org.apache.maven.wagon.Wagon wagon,
RemoteRepositoryContent remoteRepository,
String remotePath,
ManagedRepositoryContent repository,
File resource,
File tmpDirectory,
String ext,
File destFile)
Quietly transfer the checksum file from the remote repository to the local file.
|
private File |
DefaultRepositoryProxyConnectors.transferFile(ProxyConnector connector,
RemoteRepositoryContent remoteRepository,
String remotePath,
ManagedRepositoryContent repository,
File resource,
Properties requestProperties,
boolean executeConsumers)
Perform the transfer of the file.
|
protected void |
DefaultRepositoryProxyConnectors.transferResources(ProxyConnector connector,
RemoteRepositoryContent remoteRepository,
File tmpMd5,
File tmpSha1,
File tmpResource,
String url,
String remotePath,
File resource,
File workingDirectory,
ManagedRepositoryContent repository) |
private void |
DefaultRepositoryProxyConnectors.transferSimpleFile(org.apache.maven.wagon.Wagon wagon,
RemoteRepositoryContent remoteRepository,
String remotePath,
ManagedRepositoryContent repository,
File origFile,
File destFile)
Perform the transfer of the remote file to the local file specified.
|
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.