org.openstreetmap.osmosis.core.plugin
Class CorePlugin

java.lang.Object
  extended by org.java.plugin.Plugin
      extended by org.openstreetmap.osmosis.core.plugin.CorePlugin

public class CorePlugin
extends org.java.plugin.Plugin

The core plugin entry point.

Author:
Marcus Wolschon

Field Summary
 
Fields inherited from class org.java.plugin.Plugin
log
 
Constructor Summary
CorePlugin()
           
 
Method Summary
protected  void doStart()
          
protected  void doStop()
          
 
Methods inherited from class org.java.plugin.Plugin
getDescriptor, getManager, isActive, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CorePlugin

public CorePlugin()
Method Detail

doStart

protected void doStart()
                throws java.lang.Exception

Specified by:
doStart in class org.java.plugin.Plugin
Throws:
java.lang.Exception

doStop

protected void doStop()
               throws java.lang.Exception

Specified by:
doStop in class org.java.plugin.Plugin
Throws:
java.lang.Exception