command_all-0.2.jar

download (35779 bytes)

OSGi manifest attributes
Bundle-Name command
Bundle-SymbolicName org.knopflerfish.bundle.command
Bundle-Version 0.2
Bundle-Description Command Service
Bundle-Vendor Knopflerfish
Bundle-ContactAddress http://www.knopflerfish.org
Bundle-License
Bundle-DocURL http://www.knopflerfish.org/releases/6.1.5/docs/bundledoc/index.html
Bundle-ManifestVersion 2
Bundle-Activator org.knopflerfish.bundle.command.Activator
Bundle-Classpath .
Export-Package org.osgi.service.command 1.0.0
Import-Package org.osgi.framework [1.6.0,2.0.0)
org.osgi.service.command [1.0.0,2.0.0)
org.osgi.service.threadio [1.0.0,2.0.0)
org.osgi.util.tracker [1.5.0,2.0.0)
Dynamic-ImportPackage
Provide-Capability
Require-Capability osgi.ee; filter:="(&(osgi.ee=JavaSE)(version>=1.6))"
Other manifest attributes
Build-Date Fri April 8 2022, 13:13:46
Built-From /home/travis/build/knopflerfish/knopflerfish.org/osgi/bundles/command/command
Bundle-Category service
Bundle-GitURL https://github.com/knopflerfish/knopflerfish.org/tree/6.1.5/osgi/bundles/command/command/
Bundle-UUID org.knopflerfish:command:0.2
Knopflerfish-Version 6.1.5

Depends on (osgi.wiring.package)

This section lists bundles that can provide one or more of the capabilities that is required in the osgi.wiring.package namespace. Only one provider of each capability is required.

The first column is the providing bundle and the second column lists the sub-set of its provided packages that are required by this bundle.

command_all-0.2org.osgi.service.command
command_api-0.2org.osgi.service.command
threadio_all-0.2.0org.osgi.service.threadio
threadio_api-0.2.0org.osgi.service.threadio
framework-8.0.11org.osgi.framework, org.osgi.util.tracker

Other bundles depending on this bundle (osgi.wiring.package)

This section lists bundles that requires one or more of the capabilities that is provided in the namespace osgi.wiring.package by the current bundle.

The first column is the requiring bundle and the second column lists the sub-set of capabilities that this bundle may provide to the requiring bundle.

command_all-0.2org.osgi.service.command
command_api-0.2org.osgi.service.command
commandtty-4.0.1org.osgi.service.command
console2command-2.0.0org.osgi.service.command

Bundle source

Here are links to the source files of this bundle.
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