首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

Felix札记3-Adding a Command-Line Interface

2012-07-01 
Felix笔记3-Adding a Command-Line Interface1. 理解Felix Gogo Shell Service??? Felix提供了一个简单且

Felix笔记3-Adding a Command-Line Interface

1. 理解Felix Gogo Shell Service

??? Felix提供了一个简单且可扩展的shell服务,允许bundle暴露命令给shell用户。Shell Service 或自动检测bundle

??? 注册的命令,并且通过控制台的方式提供给用户使用。

2. 实现一个Gog Shell服务命令

??? 主要内容:

??? 2.1 Creating a proxy class that defines the commands - one method per command syntax flavor;

??? 2.2 Registering the proxy as a service with OSGi framework,along with properties int the registeration dictionary.

??? 其中在注册command时有两个service properties被使用到:

??? (1) osgi.command.scope:被注册命令所在的域,一个字符串;

??? (2) osgi.command.function: A string array listingh the command to be exposed from the

????????? registered proxy.

3. 开发一个Command Bundle

??? 见附件。

热点排行