Package | Description |
---|---|
io.takari.aether.connector |
Modifier and Type | Field and Description |
---|---|
private static AetherRepositoryConnector.ExceptionWrapper<org.eclipse.aether.spi.connector.ArtifactTransfer> |
AetherRepositoryConnector.ARTIFACT |
private static AetherRepositoryConnector.ExceptionWrapper<org.eclipse.aether.spi.connector.MetadataTransfer> |
AetherRepositoryConnector.METADATA |
private AetherRepositoryConnector.ExceptionWrapper<T> |
AetherRepositoryConnector.GetTask.wrapper |
private AetherRepositoryConnector.ExceptionWrapper<T> |
AetherRepositoryConnector.PutTask.wrapper |
Constructor and Description |
---|
GetTask(java.lang.String path,
java.io.File fileInLocalRepository,
java.lang.String checksumPolicy,
java.util.concurrent.CountDownLatch latch,
T download,
AetherRepositoryConnector.ExceptionWrapper<T> wrapper) |
PutTask(java.lang.String path,
java.io.File file,
java.util.concurrent.CountDownLatch latch,
T upload,
AetherRepositoryConnector.ExceptionWrapper<T> wrapper) |