Class BpSchemeExportUtil


  • public final class BpSchemeExportUtil
    extends Object
    Utilities for exporting BP schemes.
    • Method Detail

      • export

        public static void export​(GraphicalScheme scheme,
                                  org.eclipse.core.resources.IFile file,
                                  Version runtimeVersion)
                           throws org.eclipse.core.runtime.CoreException
        Exports given object to given file.
        Parameters:
        scheme - - scheme to export. Can't be null.
        file - - file to export to. Can't be null.
        runtimeVersion - - 1C: runtime version. Can't be null.
        Throws:
        org.eclipse.core.runtime.CoreException