Class FileMgr.Entry
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
org.silverpeas.mobile.client.common.file.FileMgr.Entry
- Direct Known Subclasses:
FileMgr.DirectoryEntry,FileMgr.DirectoryReader,FileMgr.FileEntry
- Enclosing class:
- FileMgr
public static class FileMgr.Entry
extends com.google.gwt.core.client.JavaScriptObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidcopyTo(FileMgr.Entry entry, String newName, FileMgr.EntryCallback callback) final Stringfinal StringgetMetadata(FileMgr.MetadataCallback callback) final StringgetName()final voidgetParent(FileMgr.EntryCallback callback) final Booleanfinal BooleanisFile()final voidmoveTo(FileMgr.Entry entry, String newName, FileMgr.EntryCallback callback) final voidremove(FileMgr.FileMgrCallback callback) final StringtoURI()Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
Entry
protected Entry()
-
-
Method Details
-
isFile
-
isDirectory
-
getName
-
getFullPath
-
getMetadata
-
moveTo
-
copyTo
-
toURI
-
remove
-
getParent
-