FolderResourceBase

Undocumented in source.

Constructors

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

Members

Functions

isFolder
bool isFolder()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From FileOrFolderResourceBase

_uri
string _uri;
Undocumented in source.
_parent
FolderResource _parent;
Undocumented in source.
_parentProject
Project _parentProject;
Undocumented in source.
_children
Resource[] _children;
Undocumented in source.
_parentWorkspace
Workspace _parentWorkspace;
Undocumented in source.
parentProject
Project parentProject()
Undocumented in source. Be warned that the author may not have intended to support it.
owner
ResourceSet owner()
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.
children
Resource[] children [@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.
parentWorkspace
Workspace parentWorkspace()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta