command_api-0.1.jar

download (3002 bytes)

OSGi manifest attributes
Bundle-Name command-API
Bundle-SymbolicName org.knopflerfish.bundle.command-API
Bundle-Version 0.1
Bundle-Description Command Service (API)
Bundle-Vendor Knopflerfish
Bundle-ContactAddress http://www.knopflerfish.org
Bundle-DocURL http://www.knopflerfish.org/releases/3.5.0/docs/bundledoc/index.html
Bundle-ManifestVersion 2
Bundle-Activator
Bundle-Classpath .
Export-Package org.osgi.service.command 1.0.0
Import-Package org.osgi.service.command [1.0.0,2.0.0)
Dynamic-ImportPackage
Other manifest attributes
Build-Date Thu January 24 2013, 11:40:09
Built-From /home/jan/work/3.5.0/osgi/bundles/command/command
Bundle-APIVendor OSGi
Bundle-Category API
Bundle-SubversionURL https://www.knopflerfish.org/svn/knopflerfish.org/tags/3.5.0/osgi/bundles/command/command/
Bundle-UUID org.knopflerfish:command:0.1:api
Knopflerfish-Version 3.5.0

Depends on

command_all-0.1org.osgi.service.command
command_api-0.1org.osgi.service.command

Other bundles depending on this bundle

command_all-0.1org.osgi.service.command
command_api-0.1org.osgi.service.command
commandtty-2.0.0org.osgi.service.command
console2command-1.0.0org.osgi.service.command

Bundle source

org/knopflerfish/bundle/command/Activator.java
org/knopflerfish/bundle/command/CommandProcessorFactory.java
org/knopflerfish/bundle/command/CommandProcessorImpl.java
org/knopflerfish/bundle/command/CommandProviders.java
org/knopflerfish/bundle/command/CommandProvidersService.java
org/knopflerfish/bundle/command/CommandProvidersTest.java
org/knopflerfish/bundle/command/CommandSessionImpl.java
org/knopflerfish/bundle/command/FrameworkConverter.java
org/knopflerfish/bundle/command/JavaLangConverter.java
org/knopflerfish/bundle/command/Program.java
org/knopflerfish/bundle/command/Tokenizer.java
org/knopflerfish/bundle/command/Util.java
org/knopflerfish/bundle/command/commands/CommandCommands.java
org/knopflerfish/bundle/command/commands/EchoCmd.java
org/knopflerfish/bundle/command/commands/FrameworkCommands.java
org/osgi/service/command/CommandProcessor.java
org/osgi/service/command/CommandSession.java
org/osgi/service/command/Converter.java
org/osgi/service/command/Function.java