Interface JsScriptStorage
-
- All Known Implementing Classes:
JsScriptStorageImpl
public interface JsScriptStorage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcreateParentFolders(java.io.File file)voidfileDownloadingFailed(java.lang.String path)java.io.FilegetInnerFile(java.lang.String path)booleanisFileAlreadyDownloaded(java.io.File file, java.lang.String preferencesKey)voidmarkFileAsDownloadedCompletely(java.lang.String path)
-
-
-
Method Detail
-
getInnerFile
java.io.File getInnerFile(java.lang.String path)
-
isFileAlreadyDownloaded
boolean isFileAlreadyDownloaded(java.io.File file, java.lang.String preferencesKey)
-
createParentFolders
void createParentFolders(java.io.File file)
-
markFileAsDownloadedCompletely
void markFileAsDownloadedCompletely(java.lang.String path)
-
fileDownloadingFailed
void fileDownloadingFailed(java.lang.String path)
-
-