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:
com.atlassian.plugin.osgi.hostcomponents.ComponentRegistrar
Enclosing class:
PluginOsgiExportsAction

public static class PluginOsgiExportsAction.StubComponentRegistrar
extends java.lang.Object
implements com.atlassian.plugin.osgi.hostcomponents.ComponentRegistrar


Field Summary
 
Fields inherited from interface com.atlassian.plugin.osgi.hostcomponents.ComponentRegistrar
HOST_COMPONENT_FLAG
 
Constructor Summary
PluginOsgiExportsAction.StubComponentRegistrar()
           
 
Method Summary
 java.lang.Class<?>[] getInterfaces(java.lang.String name)
           
 java.util.List<java.lang.String> getNames()
           
 com.atlassian.plugin.osgi.hostcomponents.InstanceBuilder register(java.lang.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 com.atlassian.plugin.osgi.hostcomponents.InstanceBuilder register(java.lang.Class<?>... interfaces)
Specified by:
register in interface com.atlassian.plugin.osgi.hostcomponents.ComponentRegistrar

getNames

public java.util.List<java.lang.String> getNames()

getInterfaces

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


Copyright © 2003-2011 Atlassian. All Rights Reserved.