IWorkspaceTemplateProcessor Interface
- public interface IWorkspaceTemplateProcessor
Handles loading of a project template.
IWorkspaceTemplateProcessor implementaions must have a two argument constructor that
takes an IWorkspaceTemplate and an IContext.
If a processor has not been declared in the template xml, Workshop will use
a default processor. The default processor calls IContext.loadAll() from
its load() method.
public boolean |
-
load ()
- Called to load a workspace template into a workspace context.
|
load() Method
public boolean load()
Called to load a workspace template into a workspace context.
The processor will use the template and context passed to its constructor.
Returns
- true on success, false if operation failed to complete.