org.openbp.jaspira.plugin
Class ExternalOptionModule

java.lang.Object
  extended by org.openbp.jaspira.plugin.OptionModule
      extended by org.openbp.jaspira.plugin.ExternalOptionModule
Direct Known Subclasses:
DebuggerOptionModule

public abstract class ExternalOptionModule
extends OptionModule

Option module that maintains a reference to its plugin. For larger plugins, it may be useful to put the module(s) into a separate class rather than as inner class of the large plugin (see AbstractPlugin.getExternalOptionModuleClasses()).

Author:
Stephan Moritz

Constructor Summary
ExternalOptionModule(Plugin plugin)
          Constructor.
 
Method Summary
 Plugin getPlugin()
          Returns the plugin that owns this module.
 
Methods inherited from class org.openbp.jaspira.plugin.OptionModule
getExternalOptionClasses, install, loadOptions, uninstall
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalOptionModule

public ExternalOptionModule(Plugin plugin)
Constructor.

Parameters:
plugin - The plugin this module is associated with
Method Detail

getPlugin

public Plugin getPlugin()
Returns the plugin that owns this module.



Copyright © 2011. All Rights Reserved.