public interface WorkspaceInitializer
TODO: define if/how runtime configuration changes may affect the workspace content. TODO: review params of initialize()
Modifier and Type | Field and Description |
---|---|
static WorkspaceInitializer |
DEFAULT |
Modifier and Type | Method and Description |
---|---|
void |
initialize(NodeBuilder builder,
java.lang.String workspaceName)
Initialize the content of a new workspace.
|
static final WorkspaceInitializer DEFAULT
void initialize(NodeBuilder builder, java.lang.String workspaceName)
builder
- builder for accessing and modifying the workspaceworkspaceName
- The name of the workspace that is being initialized."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"