public interface IDataProvider
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.hash.HashFunction |
HASH_FUNCTION |
| Modifier and Type | Method and Description |
|---|---|
void |
act(DirectoryCache cache) |
java.lang.String |
getName() |
static void |
save(com.google.gson.Gson gson,
DirectoryCache cache,
com.google.gson.JsonElement jsonElement,
java.nio.file.Path pathIn) |
void act(DirectoryCache cache) throws java.io.IOException
java.io.IOExceptionjava.lang.String getName()
static void save(com.google.gson.Gson gson,
DirectoryCache cache,
com.google.gson.JsonElement jsonElement,
java.nio.file.Path pathIn)
throws java.io.IOException
java.io.IOException