Class FileMgr.DirectoryReader
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
org.silverpeas.mobile.client.common.file.FileMgr.Entry
org.silverpeas.mobile.client.common.file.FileMgr.DirectoryReader
- Enclosing class:
- FileMgr
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final voidprocessCallback(com.google.gwt.core.client.JsArray<com.google.gwt.core.client.JavaScriptObject> results, FileMgr.ReaderCallback callback) final voidreadEntries(FileMgr.ReaderCallback 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
-
DirectoryReader
protected DirectoryReader()
-
-
Method Details
-
readEntries
-
processCallback
public static final void processCallback(com.google.gwt.core.client.JsArray<com.google.gwt.core.client.JavaScriptObject> results, FileMgr.ReaderCallback callback)
-