public class CompileStepBeforeRunNoErrorCheck extends BeforeRunTaskProvider<CompileStepBeforeRunNoErrorCheck.MakeBeforeRunTaskNoErrorCheck>
Modifier and Type | Class and Description |
---|---|
static class |
CompileStepBeforeRunNoErrorCheck.MakeBeforeRunTaskNoErrorCheck |
Modifier and Type | Field and Description |
---|---|
static Key<CompileStepBeforeRunNoErrorCheck.MakeBeforeRunTaskNoErrorCheck> |
ID |
EXTENSION_POINT_NAME
Constructor and Description |
---|
CompileStepBeforeRunNoErrorCheck(Project project) |
Modifier and Type | Method and Description |
---|---|
CompileStepBeforeRunNoErrorCheck.MakeBeforeRunTaskNoErrorCheck |
createTask(RunConfiguration runConfiguration) |
boolean |
executeTask(DataContext context,
RunConfiguration configuration,
ExecutionEnvironment env,
CompileStepBeforeRunNoErrorCheck.MakeBeforeRunTaskNoErrorCheck task) |
java.lang.String |
getDescription(CompileStepBeforeRunNoErrorCheck.MakeBeforeRunTaskNoErrorCheck task) |
javax.swing.Icon |
getIcon() |
Key<CompileStepBeforeRunNoErrorCheck.MakeBeforeRunTaskNoErrorCheck> |
getId() |
java.lang.String |
getName() |
javax.swing.Icon |
getTaskIcon(CompileStepBeforeRunNoErrorCheck.MakeBeforeRunTaskNoErrorCheck task) |
canExecuteTask, configureTask, configureTask, getProvider, isConfigurable, isSingleton
public static final Key<CompileStepBeforeRunNoErrorCheck.MakeBeforeRunTaskNoErrorCheck> ID
public CompileStepBeforeRunNoErrorCheck(Project project)
public Key<CompileStepBeforeRunNoErrorCheck.MakeBeforeRunTaskNoErrorCheck> getId()
getId
in class BeforeRunTaskProvider<CompileStepBeforeRunNoErrorCheck.MakeBeforeRunTaskNoErrorCheck>
public java.lang.String getDescription(CompileStepBeforeRunNoErrorCheck.MakeBeforeRunTaskNoErrorCheck task)
public javax.swing.Icon getIcon()
getIcon
in class BeforeRunTaskProvider<CompileStepBeforeRunNoErrorCheck.MakeBeforeRunTaskNoErrorCheck>
public javax.swing.Icon getTaskIcon(CompileStepBeforeRunNoErrorCheck.MakeBeforeRunTaskNoErrorCheck task)
public CompileStepBeforeRunNoErrorCheck.MakeBeforeRunTaskNoErrorCheck createTask(RunConfiguration runConfiguration)
createTask
in class BeforeRunTaskProvider<CompileStepBeforeRunNoErrorCheck.MakeBeforeRunTaskNoErrorCheck>
public java.lang.String getName()
getName
in class BeforeRunTaskProvider<CompileStepBeforeRunNoErrorCheck.MakeBeforeRunTaskNoErrorCheck>
public boolean executeTask(DataContext context, RunConfiguration configuration, ExecutionEnvironment env, CompileStepBeforeRunNoErrorCheck.MakeBeforeRunTaskNoErrorCheck task)
executeTask
in class BeforeRunTaskProvider<CompileStepBeforeRunNoErrorCheck.MakeBeforeRunTaskNoErrorCheck>