net.sourceforge.blogentis.plugins.base
Class BaseBlogPlugin

java.lang.Object
  extended bynet.sourceforge.blogentis.plugins.AbstractPlugin
      extended bynet.sourceforge.blogentis.plugins.base.BaseBlogPlugin
All Implemented Interfaces:
IPlugin

public class BaseBlogPlugin
extends AbstractPlugin

The basic plugin that sets up most of the default extension points.

Author:
abas

Constructor Summary
BaseBlogPlugin()
           
 
Method Summary
 java.lang.String getDescription()
          Get a medium-sized description of the plugin and what its effects are.
 java.lang.String getName()
          Get the name of the plugin.
 void registerInBlog(Blog blog)
          Register any run-time data with the specified blog.
 
Methods inherited from class net.sourceforge.blogentis.plugins.AbstractPlugin
doAddToBlog, doRemoveFromBlog, startPlugin, stopPlugin
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseBlogPlugin

public BaseBlogPlugin()
Method Detail

getName

public java.lang.String getName()
Description copied from interface: IPlugin
Get the name of the plugin.

Returns:
the name of the plugin.

getDescription

public java.lang.String getDescription()
Description copied from interface: IPlugin
Get a medium-sized description of the plugin and what its effects are. You may use HTML in this descrpition.

Returns:

registerInBlog

public void registerInBlog(Blog blog)
Description copied from interface: IPlugin
Register any run-time data with the specified blog. Event handlers, extension points and hooks should be registered here. This method gets called when the blog is first instantiated in the VM, and when the blog-specific active plugin list is reloaded.

Specified by:
registerInBlog in interface IPlugin
Overrides:
registerInBlog in class AbstractPlugin


Copyright © 2003-2004 SourceForge.net. All Rights Reserved.