[Config Option] (String[])
[Config Option] (String/String[])
[Config Option] (Object)
[Config Option] (String)
[Config Option] (Object)
[Config Option] (Object)
[Config Option] (Object)
[Property] (Ext.Class)
[Config Option] (Boolean)
[Config Option] (Object)
[Config Option] (String[])
[Method] Call the original method that was previously overridden with override This method is deprecated as callParent does
Array/Arguments The arguments, either an array or the arguments object from the current method, for example: this.callOverridden(arguments)
any
Object Returns the result of calling the overridden method
[Method] Call the parent method of the current method
Array/Arguments The arguments, either an array or the arguments object from the current method, for example: this.callParent(arguments)
any
Object Returns the result of calling the parent method
[Method] This method is used by an override to call the superclass method but bypass any overridden method
Array/Arguments The arguments, either an array or the arguments object from the current method, for example: this.callSuper(arguments)
any
Object Returns the result of calling the superclass method
[Method] Works the same way as moveTo but copies the entry
Object
[Method]
[Method] Works the same way as getFile but creates or looks up a directory
Object
[Method] Requests a Directory from the Local File System
Object
[Method] Creates or looks up a file
Object The object which contains the following config options:
[Method] Returns the file system on which the entry resides
Ext.device.filesystem.FileSystem The entry file system.
[Method] Returns the full absolute path from the root to the entry
string
String The entry full path.
[Method] Returns the initial configuration passed to constructor
String When supplied, value for particular configuration option is returned, otherwise the full config object is returned.
any
Object/Mixed
[Method] Returns the name of the entry excluding the path leading to it
string
String The entry name.
[Method] Looks up the parent directory containing the entry
Object The object which contains the following config options:
[Method] Initialize configuration for this class
Object
any
Object mixins The mixin prototypes as key - value pairs
[Method] Returns whether the entry is a directory
boolean
Boolean The entry is a directory.
[Method] Returns whether the entry is a file
boolean
Boolean The entry is a file.
[Method] Moves the entry to a different location on the file system
Object The object which contains the following config options:
[Method] Lists all the entries in the directory
Object The object which contains the following config options:
[Method] Removes the entry from the file system
Object The object which contains the following config options:
[Method] Works the same way as Ext device filesystem Entry remove but removes the directory and all of its contents if any
Object