FileOrFolderResourceBase

Undocumented in source.

Constructors

this
this(string uri, FolderResource parent)
Undocumented in source.

Members

Functions

owner
ResourceSet owner()
Undocumented in source. Be warned that the author may not have intended to support it.
parentProject
Project parentProject()
Undocumented in source. Be warned that the author may not have intended to support it.
parentWorkspace
Workspace parentWorkspace()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

children
Resource[] children [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
parent
Resource parent [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
uri
const(string) uri [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_children
Resource[] _children;
Undocumented in source.
_parent
FolderResource _parent;
Undocumented in source.
_parentProject
Project _parentProject;
Undocumented in source.
_parentWorkspace
Workspace _parentWorkspace;
Undocumented in source.
_uri
string _uri;
Undocumented in source.

Meta