Package com._1c.g5.v8.dt.export
Interface IExportOperation
-
public interface IExportOperation
Operation for exporting configuration in 1C:Enterprise filesThis operation can return result status
IStatus
-
-
Field Summary
Fields Modifier and Type Field Description static String
EXPORT_OPERATION_TRACE_OPTION
Trace option constant for Export operation
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.core.runtime.IStatus
run(org.eclipse.core.runtime.IProgressMonitor monitor)
Runs export operation.
-
-
-
Field Detail
-
EXPORT_OPERATION_TRACE_OPTION
static final String EXPORT_OPERATION_TRACE_OPTION
Trace option constant for Export operation- See Also:
- Constant Field Values
-
-
Method Detail
-
run
org.eclipse.core.runtime.IStatus run(org.eclipse.core.runtime.IProgressMonitor monitor)
Runs export operation. Progress should be reported to the given progress monitor.- Parameters:
monitor
- the progress monitor to use to display progress and receive requests for cancelation- Returns:
- the status of the export operation
-
-