JS library_file.mountpoint - gd-99/symbiogd GitHub Wiki
A mount point.
Since 1.0beta1.
Child of [Webos.Model](JS library_model).
Methods
- local() : Get the local path. Returns: String
- setData(data) : Set this mount point's data.
- Object data The mount point's data.
- data() : Get this mount point's data. Returns: Object
- getRelativePath(path) : Build a path relative to this mount point's local path from an absolute path. Returns: String
- String path The absolute path.
- getWebosPath(path) : Build an absolute path from a path relative to this mount point's local path. Returns: String
- String path The path, relative to this mount point's local path.
Static methods
This class hasn't any static method.