Class SpringManagedModuleReferenceParser
- java.lang.Object
-
- com.atlassian.sal.confluence.lifecycle.SpringManagedModuleReferenceParser
-
- All Implemented Interfaces:
com.google.common.base.Function<org.osgi.framework.ServiceReference,com.atlassian.fugue.Option<com.atlassian.plugin.ModuleCompleteKey>>,Function<org.osgi.framework.ServiceReference,com.atlassian.fugue.Option<com.atlassian.plugin.ModuleCompleteKey>>
public class SpringManagedModuleReferenceParser extends Object implements com.google.common.base.Function<org.osgi.framework.ServiceReference,com.atlassian.fugue.Option<com.atlassian.plugin.ModuleCompleteKey>>
Derives aModuleCompleteKeyfrom a dynamic module service export.- Since:
- 5.6
-
-
Constructor Summary
Constructors Constructor Description SpringManagedModuleReferenceParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.atlassian.fugue.Option<com.atlassian.plugin.ModuleCompleteKey>apply(org.osgi.framework.ServiceReference serviceReference)
-
-
-
Method Detail
-
apply
public com.atlassian.fugue.Option<com.atlassian.plugin.ModuleCompleteKey> apply(org.osgi.framework.ServiceReference serviceReference)
- Specified by:
applyin interfacecom.google.common.base.Function<org.osgi.framework.ServiceReference,com.atlassian.fugue.Option<com.atlassian.plugin.ModuleCompleteKey>>- Specified by:
applyin interfaceFunction<org.osgi.framework.ServiceReference,com.atlassian.fugue.Option<com.atlassian.plugin.ModuleCompleteKey>>
-
-