Package io.digdag.spi
Interface DirectDownloadHandle
-
@Immutable public interface DirectDownloadHandle
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description java.net.URLgetUrl()static DirectDownloadHandleof(java.lang.String url)static DirectDownloadHandleof(java.net.URL url)
-
-
-
Method Detail
-
getUrl
java.net.URL getUrl()
-
of
static DirectDownloadHandle of(java.lang.String url)
-
of
static DirectDownloadHandle of(java.net.URL url)
-
-