Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

的依赖为服务文件时,检测到依赖之后,会立即启动服务。

2、设计器端更新插件说明:3、设计器端更新插件说明:

       当插件的依赖类型为插件时,用户在更新插件或者下载插件时,不会及时提醒用户下载依赖,

...

需要依赖的资源文件或服务文件。用户可以选择下载或者不下载依赖。

3、平台更新插件说明:4、平台更新插件说明:

       当插件的依赖类型为插件时,用户在更新插件或者下载插件时,不会同时下载依赖的插件。

       当插件依赖的类型为资源文件或者服务文件是,用户在更新插件或者下载插件时,会默认将依

赖同插件一起下载。

4、插件依赖配置说明:5、插件依赖配置说明:

       添加依赖的方法是在插件配置文件的dependence属性中添加依赖节点DependenceUnit,节点的

...

如果插件的类型为service时,可设置启动服务的处理类class,

5、插件配置示例:6、插件配置示例:

 <dependence>
<DependenceUnit dependenceID="plugin.geojson" dependenceType="file" dependenceDir="/resources/geojson"/>
<DependenceUnit dependenceID="plugin.phantomjs" dependenceType="service" dependenceDir="/resources/phantomjs" class="com.fr.plugin.chart.export.pool.ServerObjectFactoryInterface"/>
</dependence>

...