com.intellij.execution
Class JUnitPatcher

java.lang.Object
  extended by com.intellij.execution.JUnitPatcher
All Implemented Interfaces:
PluginAware

public abstract class JUnitPatcher
extends java.lang.Object
implements PluginAware

User: anna Date: Mar 4, 2005


Constructor Summary
JUnitPatcher()
           
 
Method Summary
 PluginDescriptor getPluginDescriptor()
           
abstract  void patchJavaParameters(JavaParameters javaParameters)
           
 void setPluginDescriptor(PluginDescriptor plugin)
          Called by the framework.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUnitPatcher

public JUnitPatcher()
Method Detail

setPluginDescriptor

public void setPluginDescriptor(PluginDescriptor plugin)
Called by the framework. Allows to identify the plugin that provided this extension.

Specified by:
setPluginDescriptor in interface PluginAware
Parameters:
plugin -

getPluginDescriptor

public PluginDescriptor getPluginDescriptor()
Returns:
plugin that provided this particular extension

patchJavaParameters

public abstract void patchJavaParameters(JavaParameters javaParameters)