public class ResolveFileTransfer
extends ProtocolFileTransfer
@NotNull public static java.lang.String NAME
public static com.cognifide.gradle.aem.common.file.transfer.resolve.ResolveFileTransfer.Companion Companion
public ResolveFileTransfer(@NotNull
AemExtension aem)
public boolean getParallelable()
Determines if operations using this transfer could be done in parallel.
@NotNull public java.lang.String getName()
Unique identifier.
@NotNull public java.util.List<java.lang.String> getProtocols()
public boolean handles(@NotNull
java.lang.String fileUrl)
Checks if supports particular URL
public void downloadFrom(@NotNull
java.lang.String dirUrl,
@NotNull
java.lang.String fileName,
@NotNull
java.io.File target)
Downloads file with given name from directory available at specified URL.