public interface PluginRegistration extends PluginInformation
PluginRegistry, including loading errors.| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<String> |
getLoadingError()
Returns an
Optional for the error loading the plugin, if any. |
String |
getPluginClass()
Returns the plugin class of the plugin under this registration.
|
String |
getPluginFilePath()
Returns the full path on the disk of the plugin under this registration.
|
getDescription, getName, getVersionString getPluginClass()
com.google.common.base.Optional<String> getLoadingError()
Optional for the error loading the plugin, if any.OptionalString getPluginFilePath()
Copyright © 2014. All rights reserved.