Uses of Class
org.silverpeas.mobile.client.common.file.FileMgr.LocalFileSystem
-
Packages that use FileMgr.LocalFileSystem Package Description org.silverpeas.mobile.client.common.file -
-
Uses of FileMgr.LocalFileSystem in org.silverpeas.mobile.client.common.file
Methods in org.silverpeas.mobile.client.common.file that return FileMgr.LocalFileSystem Modifier and Type Method Description static FileMgr.LocalFileSystemFileMgr.LocalFileSystem. valueOf(String name)Returns the enum constant of this type with the specified name.static FileMgr.LocalFileSystem[]FileMgr.LocalFileSystem. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.silverpeas.mobile.client.common.file with parameters of type FileMgr.LocalFileSystem Modifier and Type Method Description static voidFileMgr. requestFileSystem(FileMgr.LocalFileSystem localFileSystem, FileMgr.FileSystemCallback callback)
-