Package elemental2.dom
Class FileSystemDirectoryEntry
java.lang.Object
elemental2.dom.FileSystemEntry
elemental2.dom.FileSystemDirectoryEntry
@JsType(isNative=true,
namespace="<global>")
public class FileSystemDirectoryEntry
extends FileSystemEntry
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interfacestatic interfacestatic interfaceNested classes/interfaces inherited from class elemental2.dom.FileSystemEntry
FileSystemEntry.GetParentErrorCallbackFn, FileSystemEntry.GetParentSuccessCallbackFn -
Field Summary
Fields inherited from class elemental2.dom.FileSystemEntry
filesystem, fullPath, isDirectory, isFile, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidgetDirectory(@Nullable String path) voidgetDirectory(@Nullable String path, FileSystemFlags options) voidgetDirectory(@Nullable String path, FileSystemFlags options, FileSystemDirectoryEntry.GetDirectorySuccessCallbackFn successCallback) voidgetDirectory(@Nullable String path, FileSystemFlags options, FileSystemDirectoryEntry.GetDirectorySuccessCallbackFn successCallback, FileSystemDirectoryEntry.GetDirectoryErrorCallbackFn errorCallback) voidgetFile()voidvoidgetFile(@Nullable String path, FileSystemFlags options) voidgetFile(@Nullable String path, FileSystemFlags options, FileSystemDirectoryEntry.GetFileSuccessCallbackFn successCallback) voidgetFile(@Nullable String path, FileSystemFlags options, FileSystemDirectoryEntry.GetFileSuccessCallbackFn successCallback, FileSystemDirectoryEntry.GetFileErrorCallbackFn errorCallback) Methods inherited from class elemental2.dom.FileSystemEntry
getParent, getParent, getParent
-
Constructor Details
-
FileSystemDirectoryEntry
public FileSystemDirectoryEntry()
-
-
Method Details
-
createReader
-
getDirectory
public void getDirectory() -
getDirectory
public void getDirectory(@Nullable String path, FileSystemFlags options, FileSystemDirectoryEntry.GetDirectorySuccessCallbackFn successCallback, FileSystemDirectoryEntry.GetDirectoryErrorCallbackFn errorCallback) -
getDirectory
public void getDirectory(@Nullable String path, FileSystemFlags options, FileSystemDirectoryEntry.GetDirectorySuccessCallbackFn successCallback) -
getDirectory
-
getDirectory
-
getFile
public void getFile() -
getFile
public void getFile(@Nullable String path, FileSystemFlags options, FileSystemDirectoryEntry.GetFileSuccessCallbackFn successCallback, FileSystemDirectoryEntry.GetFileErrorCallbackFn errorCallback) -
getFile
public void getFile(@Nullable String path, FileSystemFlags options, FileSystemDirectoryEntry.GetFileSuccessCallbackFn successCallback) -
getFile
-
getFile
-