29 using System.Collections.Generic;
34 namespace OpenSim.
Region.Framework.Interfaces
41 void HandleLoadOarConsoleCommand(
string module,
string[] cmdparams);
42 void HandleSaveOarConsoleCommand(
string module,
string[] cmdparams);
52 void ArchiveRegion(
string savePath, Dictionary<string, object>
options);
64 void ArchiveRegion(
string savePath, Guid requestId, Dictionary<string, object> options);
75 void ArchiveRegion(Stream saveStream, Guid requestId);
87 void ArchiveRegion(Stream saveStream, Guid requestId, Dictionary<string, object> options);
96 void DearchiveRegion(
string loadPath);
109 void DearchiveRegion(
string loadPath, Guid requestId, Dictionary<string,object> options);
118 void DearchiveRegion(Stream loadStream);
131 void DearchiveRegion(Stream loadStream, Guid requestId, Dictionary<string,object> options);
Interface to region archive functionality