Class FileMgr.FileSystem
- java.lang.Object
-
- com.google.gwt.core.client.JavaScriptObject
-
- org.silverpeas.mobile.client.common.file.FileMgr.FileSystem
-
- Enclosing class:
- FileMgr
public static class FileMgr.FileSystem extends com.google.gwt.core.client.JavaScriptObject
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
FileSystem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
FileMgr.DirectoryEntry
getRoot()
-
-
-
Method Detail
-
getName
public final String getName()
-
getRoot
public final FileMgr.DirectoryEntry getRoot()
-
-