| org.columba.api.plugin.IExtension
All known Subclasses: org.columba.core.plugin.Extension,
IExtension | public interface IExtension (Code) | | An extension providing the metadata of an extension and the runtime
context for instanciation.
author: fdietz |
getMetadata | public ExtensionMetadata getMetadata()(Code) | | Get extension metadata, describing the extension and the
runtime context.
|
isEnabled | public boolean isEnabled()(Code) | | An extension can be disabled if an error occured on instanciation.
true, if enabled. False, otherwise. |
isInternal | public boolean isInternal()(Code) | | Check if this is an internal extension. If its an external
extension, then its specified using the plugin.xml |
|
|