public class JsDirectoryEntrySync extends JsEntrySync implements DirectoryEntrySync
SVG_ZOOMANDPAN_DISABLE, SVG_ZOOMANDPAN_MAGNIFY, SVG_ZOOMANDPAN_UNKNOWN
Modifier | Constructor and Description |
---|---|
protected |
JsDirectoryEntrySync() |
Modifier and Type | Method and Description |
---|---|
JsDirectoryReaderSync |
createReader()
Creates a new DirectoryReader to read entries from this Directory.
|
JsDirectoryEntrySync |
getDirectory(String path,
Object flags)
Creates or looks up a directory.
|
JsFileEntrySync |
getFile(String path,
Object flags)
Creates or looks up a file.
|
void |
removeRecursively()
Deletes a directory and all of its contents, if any.
|
copyTo, getFilesystem, getFullPath, getMetadata, getName, getParent, isDirectory, isFile, moveTo, remove, toURL
addEventListener, addEventListener, beginElement, beginElementAt, dispatchEvent, endElement, endElementAt, getAnimatedClassName, getAnimatedHeight, getAnimatedHref, getAnimatedResult, getAnimatedTransform, getAnimatedWidth, getAnimatedX, getAnimatedY, getBBox, getChildElementCount, getCTM, getExternalResourcesRequired, getFarthestViewportElement, getFirstElementChild, getLastElementChild, getNearestViewportElement, getNextElementSibling, getPresentationAttribute, getPreserveAspectRatio, getPreviousElementSibling, getRequiredExtensions, getRequiredFeatures, getScreenCTM, getSvgStyle, getSystemLanguage, getTransformToElement, getViewBox, getXmllang, getXmlspace, getZoomAndPan, hasExtension, querySelector, querySelectorAll, removeEventListener, removeEventListener, setXmllang, setXmlspace, setZoomAndPan
at, at, intAt, intAt, length, numberAt, numberAt, setAt, setAt, setAt, setAt, setAt, setAt
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copyTo, getFilesystem, getFullPath, getMetadata, getName, getParent, isDirectory, isFile, moveTo, remove, toURL
intAt, length
numberAt
public final JsDirectoryReaderSync createReader()
DirectoryEntrySync
Creates a new DirectoryReader to read entries from this Directory.
void getMetada ();
DirectoryReader
createReader
in interface DirectoryEntrySync
public final JsDirectoryEntrySync getDirectory(String path, Object flags)
DirectoryEntrySync
Creates or looks up a directory.
void vopyTo ( (in DOMString path, optional Flags options, optional EntryCallback successCallback, optional ErrorCallback errorCallback); );
void
getDirectory
in interface DirectoryEntrySync
public final JsFileEntrySync getFile(String path, Object flags)
DirectoryEntrySync
Creates or looks up a file.
void moveTo ( (in DOMString path, optional Flags options, optional EntryCallback successCallback, optional ErrorCallback errorCallback); );
void
getFile
in interface DirectoryEntrySync
public final void removeRecursively()
DirectoryEntrySync
Deletes a directory and all of its contents, if any. If you are deleting a directory that contains a file that cannot be removed, some of the contents of the directory might be deleted. You cannot delete the root directory of a file system.
DOMString toURL ( (in VoidCallback successCallback, optional ErrorCallback errorCallback); );
void
removeRecursively
in interface DirectoryEntrySync
Copyright © 2018. All rights reserved.