Class OsgiServiceRegistry
java.lang.Object
com.atlassian.jira.com.rproxy.goskope.component.spring.osgi.OsgiServiceRegistry
A registry of the components that Jira will publish as OSGi services or OSGi service factories.
-
Constructor Summary
ConstructorsConstructorDescriptionOsgiServiceRegistry(org.springframework.context.ApplicationContext applicationContext) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the services defined by spring beans annotated byAvailableToPluginsand ServiceFactories annotated withOsgiServiceFactory.
-
Constructor Details
-
OsgiServiceRegistry
public OsgiServiceRegistry(org.springframework.context.ApplicationContext applicationContext) Constructor.
-
-
Method Details
-
getServices
Returns the services defined by spring beans annotated byAvailableToPluginsand ServiceFactories annotated withOsgiServiceFactory.- Returns:
- see above
-