Uses of Class
org.silverpeas.mobile.client.common.file.FileMgr.Entry
-
Packages that use FileMgr.Entry Package Description org.silverpeas.mobile.client.common.file -
-
Uses of FileMgr.Entry in org.silverpeas.mobile.client.common.file
Subclasses of FileMgr.Entry in org.silverpeas.mobile.client.common.file Modifier and Type Class Description static classFileMgr.DirectoryEntrystatic classFileMgr.DirectoryReaderstatic classFileMgr.FileEntryMethods in org.silverpeas.mobile.client.common.file with parameters of type FileMgr.Entry Modifier and Type Method Description voidFileMgr.Entry. copyTo(FileMgr.Entry entry, String newName, FileMgr.EntryCallback callback)voidFileMgr.Entry. moveTo(FileMgr.Entry entry, String newName, FileMgr.EntryCallback callback)voidFileMgr.EntryCallback. onSuccess(FileMgr.Entry entry)voidFileMgr.ReaderCallback. onSuccess(FileMgr.Entry[] entries)
-