Class PluginOsgiExportsAction.StubComponentRegistrar
- java.lang.Object
-
- com.atlassian.confluence.admin.actions.debug.PluginOsgiExportsAction.StubComponentRegistrar
-
- All Implemented Interfaces:
com.atlassian.plugin.osgi.hostcomponents.ComponentRegistrar
- Enclosing class:
- PluginOsgiExportsAction
public static class PluginOsgiExportsAction.StubComponentRegistrar extends Object implements com.atlassian.plugin.osgi.hostcomponents.ComponentRegistrar
-
-
Constructor Summary
Constructors Constructor Description StubComponentRegistrar()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcalculateDuplicates()Class<?>[]getInterfaces(String name)List<String>getNames()booleanhasInterfaces(String name)booleanisDuplicated(Class<?> interfaceClass)com.atlassian.plugin.osgi.hostcomponents.InstanceBuilderregister(Class<?>... interfaces)
-
-
-
Method Detail
-
register
public com.atlassian.plugin.osgi.hostcomponents.InstanceBuilder register(Class<?>... interfaces)
- Specified by:
registerin interfacecom.atlassian.plugin.osgi.hostcomponents.ComponentRegistrar
-
hasInterfaces
public boolean hasInterfaces(String name)
-
isDuplicated
public boolean isDuplicated(Class<?> interfaceClass)
-
calculateDuplicates
public void calculateDuplicates()
-
-