public class UrlFileTransfer
extends ProtocolFileTransfer
@NotNull public static java.lang.String NAME
@NotNull public static java.lang.String PROTOCOL
public static com.cognifide.gradle.aem.common.file.transfer.generic.UrlFileTransfer.Companion Companion
public UrlFileTransfer(@NotNull
AemExtension aem)
@NotNull public java.lang.String getName()
Unique identifier.
@NotNull public java.util.List<java.lang.String> getProtocols()
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.