public interface IAnalysisActivator<Result extends IAnalysisResult,Config extends IAnalysisConfig>
extends org.osgi.framework.BundleActivator
IAnalysisService| Modifier and Type | Method and Description |
|---|---|
AbstractAnalysisService<Result,Config> |
getAnalysisService(org.osgi.framework.BundleContext bundleContext)
Returns a Analysis Service Object which will be registered in OSGi
|
AbstractAnalysisService<Result,Config> getAnalysisService(org.osgi.framework.BundleContext bundleContext) throws IllegalStateException, IllegalClassFormatException
bundleContext - the current OSGi BundleContextIllegalClassFormatException - when the concrete service does not have a DependsOn annotation.IllegalStateException - if an AnalysisService required by the DependsOn annotation is not registered in the context.DependsOnCopyright © 2017. All rights reserved.