| Package | Description |
|---|---|
| cf.janga.hook.core |
| 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.
|
String |
PluginFile.getFileName()
Returns the name of the file.
|
String |
PluginFile.getFilePath()
Returns the path for this plugin file.
|
String |
PluginFile.getPluginClass()
Returns the class of the plugin wrapped by this file.
|
long |
PluginFile.getSize()
Returns the size, in bytes, of this plugin file.
|
void |
Extension.init(T coreAPI)
Initializes this extension.
|
Copyright © 2014. All rights reserved.