Class FileMgr.FileEntry
- java.lang.Object
-
- com.google.gwt.core.client.JavaScriptObject
-
- org.silverpeas.mobile.client.common.file.FileMgr.Entry
-
- org.silverpeas.mobile.client.common.file.FileMgr.FileEntry
-
- Enclosing class:
- FileMgr
public static class FileMgr.FileEntry extends FileMgr.Entry
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
FileEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileMgr.FileWriter
createWriter(FileMgr.FileWriterCallback callback)
FileMgr.File
file(FileMgr.FileCallback callback)
-
Methods inherited from class org.silverpeas.mobile.client.common.file.FileMgr.Entry
copyTo, getFullPath, getMetadata, getName, getParent, isDirectory, isFile, moveTo, remove, toURI
-
-
-
-
Method Detail
-
createWriter
public final FileMgr.FileWriter createWriter(FileMgr.FileWriterCallback callback)
-
file
public final FileMgr.File file(FileMgr.FileCallback callback)
-
-