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(Gson gson,
DataCache cache,
JsonElement output,
Path path) |
static final HashFunction SHA1
void run(DataCache cache) throws IOException
IOException
String getName()
static void writeToPath(Gson gson, DataCache cache, JsonElement output, Path path) throws IOException
IOException