public interface IExtensionInfo
Modifier and Type | Method and Description |
---|---|
IFuture<IExtensionInstance> |
createInstance(IExternalAccess access,
IValueFetcher fetcher)
Instantiate the extension for a specific component instance.
|
String |
getName()
Get the extension's unique name.
|
String getName()
IFuture<IExtensionInstance> createInstance(IExternalAccess access, IValueFetcher fetcher)
access
- The external access of the component.fetcher
- The value fetcher of the component to be used for evaluating dynamic expressions.Copyright © 2012. All Rights Reserved.