public class DownloaderBuilder extends Object
Modifier and Type | Method and Description |
---|---|
static ReportsDownloader |
build(String name,
Maestro maestro,
Organizer organizer)
Build a report downloader
|
static ReportsDownloader |
build(String name,
Maestro maestro,
String baseDir)
Build a report downloader
|
public static final String POOLED
public static ReportsDownloader build(String name, Maestro maestro, String baseDir)
name
- The name of the downloader ("broker" or "default")maestro
- Maestro instance (required for "broker")baseDir
- Directory where to save the filespublic static ReportsDownloader build(String name, Maestro maestro, Organizer organizer)
name
- The name of the downloader ("broker" or "default")maestro
- Maestro instance (required for "broker")organizer
- Report directory organizer (must be NodeOrganizer for "broker")This documentation was released into the public domain.