promise-1.0.0.jar

download (21361 bytes)

OSGi manifest attributes
Bundle-Name promise-LIB
Bundle-SymbolicName org.knopflerfish.bundle.promise-LIB
Bundle-Version 1.0.0
Bundle-Description Promise API (LIB)
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
Bundle-Classpath .
Export-Package org.osgi.util.function 1.0.0
org.osgi.util.promise 1.0.0
Import-Package org.osgi.util.promise [1.0.0,1.1.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:30
Built-From /home/travis/build/knopflerfish/knopflerfish.org/osgi/bundles/promise
Bundle-APIVendor OSGi
Bundle-Category osgi
Bundle-UUID org.knopflerfish:promise:1.0.0:lib
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.

desktop_all-6.0.0org.osgi.util.promise
promise-1.0.0org.osgi.util.promise
repositorymanager_all-1.3.0org.osgi.util.promise

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.

component_all-6.0.7org.osgi.util.promise
component_api-6.0.7org.osgi.util.promise
desktop_all-6.0.0org.osgi.util.function, org.osgi.util.promise
promise-1.0.0org.osgi.util.promise
repository_api-1.1.0org.osgi.util.promise
repository_xml_all-1.1.0org.osgi.util.promise
repositorymanager_all-1.3.0org.osgi.util.function, org.osgi.util.promise

Bundle source

Here are links to the source files of this bundle.
org/osgi/util/function/Function.java
org/osgi/util/function/Predicate.java
org/osgi/util/function/package-info.java
org/osgi/util/promise/Deferred.java
org/osgi/util/promise/FailedPromisesException.java
org/osgi/util/promise/Failure.java
org/osgi/util/promise/Promise.java
org/osgi/util/promise/PromiseImpl.java
org/osgi/util/promise/Promises.java
org/osgi/util/promise/Success.java
org/osgi/util/promise/package-info.java