com.intellij.execution.configurations
Class RunnerSettings<RSettings extends JDOMExternalizable>

java.lang.Object
  extended by com.intellij.execution.configurations.RunnerSettings<RSettings>
All Implemented Interfaces:
JDOMExternalizable

public final class RunnerSettings<RSettings extends JDOMExternalizable>
extends java.lang.Object
implements JDOMExternalizable


Constructor Summary
RunnerSettings(RSettings data, RunProfile config)
           
 
Method Summary
 RSettings getData()
           
 RunProfile getRunProfile()
           
 void readExternal(org.jdom.Element element)
           
 void writeExternal(org.jdom.Element element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunnerSettings

public RunnerSettings(RSettings data,
                      RunProfile config)
Method Detail

getData

public RSettings getData()

getRunProfile

public RunProfile getRunProfile()

readExternal

public void readExternal(org.jdom.Element element)
                  throws InvalidDataException
Specified by:
readExternal in interface JDOMExternalizable
Throws:
InvalidDataException

writeExternal

public void writeExternal(org.jdom.Element element)
                   throws WriteExternalException
Specified by:
writeExternal in interface JDOMExternalizable
Throws:
WriteExternalException