public class Downloader extends Object
| Constructor and Description |
|---|
Downloader() |
| Modifier and Type | Method and Description |
|---|---|
static String |
buildGetterString(String httpstring,
String filename) |
static String |
buildTopicString(String filename,
String... topics) |
static void |
buildwgetFile(String filename,
List<String> hfiles,
List<String> files) |
static void |
downloadData(String endpoint,
String file) |
static List<String> |
enrichfiles(List<String> files) |
static List<String> |
getfiles(String filename,
String criterion,
String initselection,
String endselection) |
static void |
main(String[] args) |
public static void buildwgetFile(String filename, List<String> hfiles, List<String> files) throws Exception
Exceptionpublic static List<String> enrichfiles(List<String> files) throws Exception
Exceptionpublic static List<String> getfiles(String filename, String criterion, String initselection, String endselection) throws Exception
ExceptionCopyright © 2018. All Rights Reserved.