verf.mdverif
Class MDVerif

java.lang.Object
  extended by org.java.plugin.Plugin
      extended by verf.mdverif.MDVerif

public final class MDVerif
extends org.java.plugin.Plugin


Field Summary
static java.lang.String PLUGIN_ID
          This plug-in ID.
 
Fields inherited from class org.java.plugin.Plugin
log
 
Constructor Summary
MDVerif()
           
 
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
 

Field Detail

PLUGIN_ID

public static final java.lang.String PLUGIN_ID
This plug-in ID.

See Also:
Constant Field Values
Constructor Detail

MDVerif

public MDVerif()
Method Detail

doStart

protected void doStart()
                throws java.lang.Exception
Specified by:
doStart in class org.java.plugin.Plugin
Throws:
java.lang.Exception
See Also:
Plugin.doStart()

doStop

protected void doStop()
               throws java.lang.Exception
Specified by:
doStop in class org.java.plugin.Plugin
Throws:
java.lang.Exception
See Also:
Plugin.doStop()