public interface HostApplication<T extends CoreAPI>
| Modifier and Type | Method and Description |
|---|---|
T |
getCoreAPI()
Returns the core API the this host application provides to it's
extensions.
|
List<ExtensionPoint<T>> |
getExtensionPoints()
Returns all extension points provided by this application.
|
List<ExtensionPoint<T>> getExtensionPoints()
ExtensionPointT getCoreAPI()
Copyright © 2014. All rights reserved.