public abstract class GenericBuildSystemTab
extends AbstractLaunchConfigurationTab
Modifier and Type | Field and Description |
---|---|
protected Text |
buildFileText |
protected Text |
parametersText |
protected Combo |
tasksCommbo |
Constructor and Description |
---|
GenericBuildSystemTab() |
Modifier and Type | Method and Description |
---|---|
void |
createControl(Composite parent) |
protected IFile |
getBuildFile() |
java.lang.String |
getName() |
protected java.lang.String[] |
getTaskNames(java.util.Set<ITask> tasks) |
protected abstract java.lang.String[] |
getTasksFromFile(IFile file) |
protected void |
handleBuildFileButtonSelected() |
protected void |
updateTasks(java.lang.String[] tasks) |
protected Text buildFileText
protected Combo tasksCommbo
protected Text parametersText
protected abstract java.lang.String[] getTasksFromFile(IFile file) throws JavaScriptModelException
JavaScriptModelException
public void createControl(Composite parent)
public java.lang.String getName()
protected void updateTasks(java.lang.String[] tasks)
protected void handleBuildFileButtonSelected()
protected IFile getBuildFile()
protected java.lang.String[] getTaskNames(java.util.Set<ITask> tasks)
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.