public interface ArtifactTransferResource
| Modifier and Type | Method and Description | 
|---|---|
| long | getContentLength()The size of the artifact in bytes. | 
| String | getName()The path of the artifact relative to the repository's base URL. | 
| String | getRepositoryUrl()The base URL of the repository, e.g. | 
| long | getTransferStartTime()Gets the timestamp when the transfer of this artifact was started. | 
| String | getUrl()Gets the full URL of the artifact. | 
String getRepositoryUrl()
null.String getName()
null.String getUrl()
null.long getContentLength()
long getTransferStartTime()
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.