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
 void calculateDuplicates()
           
 java.lang.Class<?>[] getInterfaces(java.lang.String name)
           
 java.util.List<java.lang.String> getNames()
           
 boolean hasInterfaces(java.lang.String name)
           
 boolean isDuplicated(java.lang.Class<?> interfaceClass)
           
 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()

hasInterfaces

public boolean hasInterfaces(java.lang.String name)

getInterfaces

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

isDuplicated

public boolean isDuplicated(java.lang.Class<?> interfaceClass)

calculateDuplicates

public void calculateDuplicates()


Copyright © 2003-2014 Atlassian. All Rights Reserved.