Interface ExtensionProvider
-
public interface ExtensionProvider
ExtensionProvider interface. Indicates that a component is a provider of extension services.- Author:
- danielm
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getServiceInstance(String interfaceClassName)
String
getTargetComponentId()
Gets the id of the target component that is used to identity the targets of the extension provider
-
-
-
Method Detail
-
getTargetComponentId
String getTargetComponentId()
Gets the id of the target component that is used to identity the targets of the extension provider- Returns:
- id of the target component
-
-