Class FileMgr.DirectoryEntry
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
org.silverpeas.mobile.client.common.file.FileMgr.Entry
org.silverpeas.mobile.client.common.file.FileMgr.DirectoryEntry
- Enclosing class:
- FileMgr
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal FileMgr.DirectoryReaderfinal voidgetDirectory(String path, FileMgr.FileOptions options, FileMgr.EntryCallback callback) final voidgetFile(String path, FileMgr.FileOptions options, FileMgr.EntryCallback callback) final voidremoveRecursively(FileMgr.FileMgrCallback callback) Methods inherited from class org.silverpeas.mobile.client.common.file.FileMgr.Entry
copyTo, getFullPath, getMetadata, getName, getParent, isDirectory, isFile, moveTo, remove, toURIMethods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
DirectoryEntry
protected DirectoryEntry()
-
-
Method Details
-
createReader
-
getDirectory
public final void getDirectory(String path, FileMgr.FileOptions options, FileMgr.EntryCallback callback) -
getFile
-
removeRecursively
-