goog.fs.EntryImpl
Provided By | |
---|---|
All Implemented Interfaces | |
All Known Direct Subclasses |
Base class for concrete implementations of goog.fs.Entry.
new EntryImpl( fs, entry )
Parameters |
|
---|
Instance Methods
this.copyTo( parent, opt_newName ) → goog.async.Deferred
goog.async.Deferred
Copy this entry to a new location.
Specified by | |||||||||
---|---|---|---|---|---|---|---|---|---|
Parameters |
| ||||||||
Returns |
|
this.getFileSystem() → goog.fs.FileSystem
goog.fs.FileSystem
Specified by | |||
---|---|---|---|
Parameters | None. | ||
Returns |
|
this.getFullPath() → string
string
Specified by | |||
---|---|---|---|
Parameters | None. | ||
Returns |
|
this.getLastModified() → goog.async.Deferred
goog.async.Deferred
Retrieves the last modified date for this entry.
Specified by | |||
---|---|---|---|
Parameters | None. | ||
Returns |
|
this.getMetadata() → goog.async.Deferred
goog.async.Deferred
Retrieves the metadata for this entry.
Specified by | |||
---|---|---|---|
Parameters | None. | ||
Returns |
|
this.getName() → string
string
Specified by | |||
---|---|---|---|
Parameters | None. | ||
Returns |
|
this.getParent() → goog.async.Deferred
goog.async.Deferred
Gets the parent directory.
Specified by | |||
---|---|---|---|
Parameters | None. | ||
Returns |
|
this.isDirectory() → boolean
boolean
Specified by | |||
---|---|---|---|
Parameters | None. | ||
Returns |
|
this.isFile() → boolean
boolean
Specified by | |||
---|---|---|---|
Parameters | None. | ||
Returns |
|
this.moveTo( parent, opt_newName ) → goog.async.Deferred
goog.async.Deferred
Move this entry to a new location.
Specified by | |||||||||
---|---|---|---|---|---|---|---|---|---|
Parameters |
| ||||||||
Returns |
|
this.remove() → goog.async.Deferred
goog.async.Deferred
Remove this entry.
Specified by | |||
---|---|---|---|
Parameters | None. | ||
Returns |
|
this.toUri( opt_mimeType ) → string
string
this.toUrl( opt_mimeType ) → string
string
this.wrapEntry( entry ) → goog.fs.Entry
goog.fs.Entry
Wrap an HTML5 entry object in an appropriate subclass instance.
Specified by | |||||
---|---|---|---|---|---|
Parameters |
| ||||
Returns |
|