Daisy Open Source CMS

org.outerj.daisy.repository.spi
Interface ExtensionProvider


public interface ExtensionProvider

Interface to be implemented for adding Extension's to the repository server.

In the repository server, the ExtensionProvider should be registered as a plugin with the PluginRegistry


Method Summary
 Object createExtension(Repository repository)
          Creates an instance of the extension for the specified user (ie Repository instance).
 

Method Detail

createExtension

Object createExtension(Repository repository)
Creates an instance of the extension for the specified user (ie Repository instance).


Daisy Open Source CMS