com.intellij.execution.configurations
Interface RunConfigurationWithRunnerSettings

All Superinterfaces:
java.lang.Cloneable, JDOMExternalizable, RunConfiguration, RunProfile

public interface RunConfigurationWithRunnerSettings
extends RunConfiguration

User: anna Date: Oct 19, 2004


Method Summary
 boolean isSettingsNeeded()
           
 
Methods inherited from interface com.intellij.execution.configurations.RunConfiguration
clone, createRunnerSettings, getConfigurationEditor, getFactory, getProject, getRunnerSettingsEditor, getType, setName
 
Methods inherited from interface com.intellij.execution.configurations.RunProfile
checkConfiguration, getModules, getName, getState
 
Methods inherited from interface com.intellij.openapi.util.JDOMExternalizable
readExternal, writeExternal
 

Method Detail

isSettingsNeeded

boolean isSettingsNeeded()