public interface DataProvider
| Modifier and Type | Field and Description |
|---|---|
static HashFunction |
SHA1 |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
void |
run(DataCache cache) |
static void |
writeToPath(com.google.gson.Gson gson,
DataCache cache,
com.google.gson.JsonElement output,
Path path) |
static final HashFunction SHA1
void run(DataCache cache) throws IOException
IOExceptionString getName()
static void writeToPath(com.google.gson.Gson gson,
DataCache cache,
com.google.gson.JsonElement output,
Path path)
throws IOException
IOException