- addInstance
Instance addInstance(string cwd, Configuration configOverrides, string[] preloadComponents)
Creates a new workspace with the given cwd with optional config overrides and preload components for non-autoRegister components.
- attach
deprecated bool attach(Instance instance, string component)
Undocumented in source. Be warned that the author may not have intended to support it.
- attach
bool attach(Instance instance, string component, Exception error)
Undocumented in source. Be warned that the author may not have intended to support it.
- attachSilent
bool attachSilent(Instance instance, string component)
Undocumented in source. Be warned that the author may not have intended to support it.
- broadcast
void broadcast(WorkspaceD.Instance instance, JSONValue value)
Undocumented in source. Be warned that the author may not have intended to support it.
- get
T get()
Undocumented in source. Be warned that the author may not have intended to support it.
- get
T get(string cwd)
Undocumented in source. Be warned that the author may not have intended to support it.
- getInstance
Instance getInstance(string cwd)
Undocumented in source. Be warned that the author may not have intended to support it.
- has
bool has()
Undocumented in source. Be warned that the author may not have intended to support it.
- has
bool has(string cwd)
Undocumented in source. Be warned that the author may not have intended to support it.
- register
ComponentFactory register(bool autoRegister)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeInstance
bool removeInstance(string cwd)
Undocumented in source. Be warned that the author may not have intended to support it.
- run
Future!JSONValue run(string cwd, string component, string method, JSONValue[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
- run
Future!JSONValue run(string component, string method, JSONValue[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
- shutdown
void shutdown()
Undocumented in source. Be warned that the author may not have intended to support it.
WorkspaceD instance holding plugins.