com.supermap.desktop.process.loader

接口 IProcessLoaderProvider



  • public interface IProcessLoaderProvider
    支持Python的process加载器
    • 方法概要

      所有方法 实例方法 抽象方法 
      限定符和类型 方法和说明
      com.supermap.desktop.process.template.IProcessPythonLoader getPythonLoader(java.lang.String pythonTitle, java.lang.String pythonCode)
      根据Python title跟Python代码获取Python加载器
    • 方法详细资料

      • getPythonLoader

        com.supermap.desktop.process.template.IProcessPythonLoader getPythonLoader(java.lang.String pythonTitle,
                                                                                   java.lang.String pythonCode)
        根据Python title跟Python代码获取Python加载器
        参数:
        pythonTitle - Python title
        pythonCode - Python代码
        返回:
        返回Python加载器