-
public interface JsScriptStorage
-
-
Method Summary
Modifier and Type Method Description abstract FilegetInnerFile(String path)abstract booleanisFileAlreadyDownloaded(File file, String preferencesKey)abstract voidcreateParentFolders(File file)abstract voidmarkFileAsDownloadedCompletely(String path)abstract voidfileDownloadingFailed(String path)-
-
Method Detail
-
getInnerFile
abstract File getInnerFile(String path)
-
isFileAlreadyDownloaded
abstract boolean isFileAlreadyDownloaded(File file, String preferencesKey)
-
createParentFolders
abstract void createParentFolders(File file)
-
markFileAsDownloadedCompletely
abstract void markFileAsDownloadedCompletely(String path)
-
fileDownloadingFailed
abstract void fileDownloadingFailed(String path)
-
-
-
-