com.atlassian.confluence.admin.actions.debug
Class PluginOsgiExportsAction.StubComponentRegistrar

java.lang.Object
  extended by com.atlassian.confluence.admin.actions.debug.PluginOsgiExportsAction.StubComponentRegistrar
All Implemented Interfaces:
ComponentRegistrar
Enclosing class:
PluginOsgiExportsAction

public static class PluginOsgiExportsAction.StubComponentRegistrar
extends Object
implements ComponentRegistrar


Field Summary
 
Fields inherited from interface com.atlassian.plugin.osgi.hostcomponents.ComponentRegistrar
HOST_COMPONENT_FLAG
 
Constructor Summary
PluginOsgiExportsAction.StubComponentRegistrar()
           
 
Method Summary
 Class<?>[] getInterfaces(String name)
           
 List<String> getNames()
           
 InstanceBuilder register(Class<?>... interfaces)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginOsgiExportsAction.StubComponentRegistrar

public PluginOsgiExportsAction.StubComponentRegistrar()
Method Detail

register

public InstanceBuilder register(Class<?>... interfaces)
Specified by:
register in interface ComponentRegistrar

getNames

public List<String> getNames()

getInterfaces

public Class<?>[] getInterfaces(String name)


Confluence is developed by Atlassian.