| Package | Description |
|---|---|
| cf.janga.hook.core |
| Modifier and Type | Method and Description |
|---|---|
List<Extension<T>> |
Plugin.getExtensions()
Returns all the extensions that this plugin provides.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExtensionPoint.accept(Extension<T> extension)
Asks this extension point to accept this extension, and take care of
hooking it to the right spot in the hosting application.
|
boolean |
ExtensionPoint.canHandle(Extension<T> extension)
Checks whether this extension point can handle the provided extension or
not.
|
Copyright © 2014. All rights reserved.