Interface WorkspaceImporter

All Known Implementing Classes:
ImportHelper

public interface WorkspaceImporter
Interface for Importing a Workspace
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    importWorkspace(Workspace workspace, org.jdom2.Element workspaceInfo)
    Imports a Workspace.
  • Method Details

    • importWorkspace

      void importWorkspace(Workspace workspace, org.jdom2.Element workspaceInfo)
      Imports a Workspace. This is similar to Workspace.setWorkspaceInfo(Element) but may import data into an existing workspace.
      Parameters:
      workspace - the Workspace to import
      workspaceInfo - An Element containing the persisted state.