com.atlassian.plugin.osgi.hostcomponents
Interface HostComponentRegistration
public interface HostComponentRegistration
Represents a registration of a host component
getProperties
Dictionary<String,String> getProperties()
- Returns:
- The metadata properties for the component
getMainInterfaces
String[] getMainInterfaces()
- Returns:
- A list of interface names
getInstance
Object getInstance()
- Returns:
- The component instance
getMainInterfaceClasses
Class<?>[] getMainInterfaceClasses()
- Returns:
- The list of interface classes
Copyright © 2010 Atlassian. All Rights Reserved.