com.intellij.execution
Interface LocatableConfigurationType

All Superinterfaces:
ApplicationComponent, BaseComponent, ConfigurationType

public interface LocatableConfigurationType
extends ConfigurationType


Method Summary
 RunnerAndConfigurationSettings createConfigurationByLocation(Location location)
           
 boolean isConfigurationByElement(RunConfiguration configuration, Project project, PsiElement element)
           
 
Methods inherited from interface com.intellij.execution.configurations.ConfigurationType
getConfigurationFactories, getConfigurationTypeDescription, getDisplayName, getIcon
 
Methods inherited from interface com.intellij.openapi.components.BaseComponent
disposeComponent, getComponentName, initComponent
 

Method Detail

createConfigurationByLocation

RunnerAndConfigurationSettings createConfigurationByLocation(Location location)

isConfigurationByElement

boolean isConfigurationByElement(RunConfiguration configuration,
                                 Project project,
                                 PsiElement element)