jar

no.steria.osgi.jsr330activator : jsr330activator.testbundle2

Maven & Gradle

Feb 28, 2018
3 usages
1 stars

jsr330activator.testbundle2 OSGi Bundle · An OSGi bundle used in integration tests. This bundle exports the package containing the service definition for HelloService2 and embeds the Jsr330BundleActivator and imports javax.inject from the OSGi runtime and uses the Jsr330BundleActivator to find a provider for HelloService2 and expose the service to listeners.

Table Of Contents

Latest Version

Download no.steria.osgi.jsr330activator : jsr330activator.testbundle2 JAR file - Latest Versions:

All Versions

Download no.steria.osgi.jsr330activator : jsr330activator.testbundle2 JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jsr330activator.testbundle2-1.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

no.steria.osgi.jsr330activator.testbundle2.implementation

├─ no.steria.osgi.jsr330activator.testbundle2.implementation.HelloService2Implementation.class - [JAR]

├─ no.steria.osgi.jsr330activator.testbundle2.implementation.HelloService2Provider.class - [JAR]

no.steria.osgi.jsr330activator.testbundle2

├─ no.steria.osgi.jsr330activator.testbundle2.HelloService2.class - [JAR]

no.steria.osgi.jsr330activator.implementation

├─ no.steria.osgi.jsr330activator.implementation.Injection.class - [JAR]

├─ no.steria.osgi.jsr330activator.implementation.InjectionBase.class - [JAR]

├─ no.steria.osgi.jsr330activator.implementation.InjectionField.class - [JAR]

├─ no.steria.osgi.jsr330activator.implementation.InjectionMethod.class - [JAR]

├─ no.steria.osgi.jsr330activator.implementation.ProviderAdapter.class - [JAR]

no.steria.osgi.jsr330activator

├─ no.steria.osgi.jsr330activator.ActivatorShutdown.class - [JAR]

├─ no.steria.osgi.jsr330activator.Jsr330Activator.class - [JAR]

├─ no.steria.osgi.jsr330activator.Jsr330ActivatorException.class - [JAR]

├─ no.steria.osgi.jsr330activator.Optional.class - [JAR]

├─ no.steria.osgi.jsr330activator.ServiceProperties.class - [JAR]

├─ no.steria.osgi.jsr330activator.ServiceProperty.class - [JAR]

Advertisement