class ResolveFileTransfer : ProtocolFileTransfer
<init> |
ResolveFileTransfer(common: CommonExtension) |
name |
Unique identifier. val name: String |
parallelable |
Determines if operations using this transfer could be done in parallel. val parallelable: Provider<Boolean!>! |
protocols |
val protocols: List<String> |
downloadFrom |
Downloads file with given name from directory available at specified URL. fun downloadFrom(dirUrl: String, fileName: String, target: File): Unit |
handles |
Checks if supports particular URL fun handles(fileUrl: String): Boolean |
resolve |
fun resolve(value: Any): File |
NAME |
const val NAME: String |