com.atlassian.confluence.admin.actions.debug
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 java.lang.Object
- implements com.atlassian.plugin.osgi.hostcomponents.ComponentRegistrar
Fields inherited from interface com.atlassian.plugin.osgi.hostcomponents.ComponentRegistrar |
HOST_COMPONENT_FLAG |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginOsgiExportsAction.StubComponentRegistrar
public PluginOsgiExportsAction.StubComponentRegistrar()
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.