- getCoreAPI() - Method in interface cf.janga.hook.core.HostApplication
-
Returns the core API the this host application provides to it's
extensions.
- getDescription() - Method in class cf.janga.hook.core.AbstractPluginInformation
-
- getDescription() - Method in interface cf.janga.hook.core.Extension
-
Returns the description of this extension.
- getDescription() - Method in interface cf.janga.hook.core.PluginInformation
-
Returns the description of this plugin.
- getExtensionPoints() - Method in interface cf.janga.hook.core.HostApplication
-
Returns all extension points provided by this application.
- getExtensions() - Method in interface cf.janga.hook.core.Plugin
-
Returns all the extensions that this plugin provides.
- getFileName() - Method in interface cf.janga.hook.core.PluginFile
-
Returns the name of the file.
- getFilePath() - Method in interface cf.janga.hook.core.PluginFile
-
Returns the path for this plugin file.
- getLoadingError() - Method in interface cf.janga.hook.core.PluginRegistration
-
Returns an Optional for the error loading the plugin, if any.
- getName() - Method in class cf.janga.hook.core.AbstractPluginInformation
-
- getName() - Method in interface cf.janga.hook.core.Extension
-
Returns the name of this extension.
- getName() - Method in interface cf.janga.hook.core.PluginInformation
-
Returns the name of this plugin.
- getPluginClass() - Method in interface cf.janga.hook.core.PluginFile
-
Returns the class of the plugin wrapped by this file.
- getPluginClass() - Method in interface cf.janga.hook.core.PluginRegistration
-
Returns the plugin class of the plugin under this registration.
- getPluginFilePath() - Method in interface cf.janga.hook.core.PluginRegistration
-
Returns the full path on the disk of the plugin under this registration.
- getPluginRegistry() - Method in interface cf.janga.hook.core.PluginPlatform
-
Returns the plugin registry of this platform.
- getPluginRegistry() - Method in class cf.janga.hook.core.SimplePluginPlatform
-
- getRegistrations() - Method in interface cf.janga.hook.core.PluginRegistry
-
Returns all registrations against this registry.
- getSize() - Method in interface cf.janga.hook.core.PluginFile
-
Returns the size, in bytes, of this plugin file.
- getVersion() - Method in class cf.janga.hook.core.AbstractPluginInformation
-
- getVersion() - Method in interface cf.janga.hook.core.CoreAPI
-
Returns the version of this core API, for checking compatibility among
extensions.
- getVersion() - Method in interface cf.janga.hook.core.PluginInformation
-
Returns the version of the plugin.