Modifier and Type | Interface and Description |
---|---|
interface |
CompoundTask
A representation of the model object 'Compound Setup Task'.
|
interface |
EclipseIniTask
A representation of the model object 'Eclipse Ini Task'.
|
interface |
InstallationTask
A representation of the model object 'Installation Task'.
|
interface |
LinkLocationTask
A representation of the model object 'Link Location Task'.
|
interface |
PreferenceTask
A representation of the model object 'Eclipse Preference Task'.
|
interface |
RedirectionTask
A representation of the model object 'Redirection Task'.
|
interface |
ResourceCopyTask
A representation of the model object 'Resource Copy Task'.
|
interface |
ResourceCreationTask
A representation of the model object 'Resource Creation Task'.
|
interface |
StringSubstitutionTask
A representation of the model object 'String Substitution Task'.
|
interface |
TextModifyTask
A representation of the model object 'Text Modify Task'.
|
interface |
VariableTask
A representation of the model object 'Context Variable Task'.
|
interface |
WorkspaceTask
A representation of the model object 'Workspace Task'.
|
Modifier and Type | Method and Description |
---|---|
EList<SetupTask> |
SetupTask.getPredecessors()
Returns the value of the 'Predecessors' reference list.
|
EList<SetupTask> |
SetupTaskContainer.getSetupTasks()
Returns the value of the 'Setup Tasks' containment reference list.
|
EList<SetupTask> |
SetupTask.getSuccessors()
Returns the value of the 'Successors' reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
SetupTask.overrideFor(SetupTask overriddenTask) |
boolean |
SetupTask.requires(SetupTask setupTask) |
Modifier and Type | Interface and Description |
---|---|
interface |
GitCloneTask
A representation of the model object 'Clone Task'.
|
Modifier and Type | Class and Description |
---|---|
class |
GitCloneTaskImpl
An implementation of the model object 'Git Clone Task'.
|
Modifier and Type | Method and Description |
---|---|
void |
GitCloneTaskImpl.overrideFor(SetupTask overriddenSetupTask) |
Modifier and Type | Method and Description |
---|---|
T |
GitSwitch.caseSetupTask(SetupTask object)
Returns the result of interpreting the object as an instance of 'Task'.
|
Modifier and Type | Class and Description |
---|---|
class |
CompoundTaskImpl
An implementation of the model object 'Compound Setup Task'.
|
class |
EclipseIniTaskImpl
An implementation of the model object 'Eclipse Ini Task'.
|
class |
InstallationTaskImpl
An implementation of the model object 'Installation Task'.
|
class |
LinkLocationTaskImpl
An implementation of the model object 'Link Location Task'.
|
class |
PreferenceTaskImpl
An implementation of the model object 'Eclipse Preference Task'.
|
class |
RedirectionTaskImpl
An implementation of the model object 'Redirection Task'.
|
class |
ResourceCopyTaskImpl
An implementation of the model object 'Resource Copy Task'.
|
class |
ResourceCreationTaskImpl
An implementation of the model object 'Resource Creation Task'.
|
class |
SetupTaskImpl
An implementation of the model object 'Task'.
|
class |
StringSubstitutionTaskImpl
An implementation of the model object 'String Substitution Task'.
|
class |
TextModifyTaskImpl
An implementation of the model object 'Text Modify Task'.
|
class |
VariableTaskImpl
An implementation of the model object 'Context Variable Task'.
|
class |
WorkspaceTaskImpl
An implementation of the model object 'Workspace Task'.
|
Modifier and Type | Field and Description |
---|---|
protected EList<SetupTask> |
SetupTaskImpl.predecessors
The cached value of the '
Predecessors ' reference list. |
protected EList<SetupTask> |
CompoundTaskImpl.setupTasks
The cached value of the '
Setup Tasks ' containment reference list. |
protected EList<SetupTask> |
SetupTaskContainerImpl.setupTasks
The cached value of the '
Setup Tasks ' containment reference list. |
protected EList<SetupTask> |
SetupTaskImpl.successors
The cached value of the '
Successors ' reference list. |
Modifier and Type | Method and Description |
---|---|
EList<SetupTask> |
SetupTaskImpl.getPredecessors() |
EList<SetupTask> |
CompoundTaskImpl.getSetupTasks() |
EList<SetupTask> |
SetupTaskContainerImpl.getSetupTasks() |
EList<SetupTask> |
SetupTaskImpl.getSuccessors() |
Modifier and Type | Method and Description |
---|---|
void |
SetupTaskImpl.overrideFor(SetupTask overriddenSetupTask) |
void |
VariableTaskImpl.overrideFor(SetupTask overriddenSetupTask) |
boolean |
SetupTaskImpl.requires(SetupTask setupTask) |
Modifier and Type | Interface and Description |
---|---|
interface |
JRETask
A representation of the model object 'JRE Task'.
|
Modifier and Type | Class and Description |
---|---|
class |
JRETaskImpl
An implementation of the model object 'JRE Task'.
|
Modifier and Type | Method and Description |
---|---|
T |
JDTSwitch.caseSetupTask(SetupTask object)
Returns the result of interpreting the object as an instance of 'Task'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LaunchTask
A representation of the model object 'Launch Task'.
|
Modifier and Type | Class and Description |
---|---|
class |
LaunchTaskImpl
An implementation of the model object 'Launch Task'.
|
Modifier and Type | Method and Description |
---|---|
T |
LaunchingSwitch.caseSetupTask(SetupTask object)
Returns the result of interpreting the object as an instance of 'Task'.
|
Modifier and Type | Method and Description |
---|---|
void |
ProgressLog.task(SetupTask setupTask) |
Modifier and Type | Interface and Description |
---|---|
interface |
MavenImportTask
A representation of the model object 'Maven Import Task'.
|
Modifier and Type | Class and Description |
---|---|
class |
MavenImportTaskImpl
An implementation of the model object 'Maven Import Task'.
|
Modifier and Type | Method and Description |
---|---|
T |
MavenSwitch.caseSetupTask(SetupTask object)
Returns the result of interpreting the object as an instance of 'Task'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MylynBuildsTask
A representation of the model object 'Mylyn Builds Task'.
|
interface |
MylynQueriesTask
A representation of the model object 'Mylyn Queries Task'.
|
Modifier and Type | Class and Description |
---|---|
class |
MylynBuildsTaskImpl
An implementation of the model object 'Mylyn Builds Task'.
|
class |
MylynQueriesTaskImpl
An implementation of the model object 'Mylyn Queries Task'.
|
Modifier and Type | Method and Description |
---|---|
T |
MylynSwitch.caseSetupTask(SetupTask object)
Returns the result of interpreting the object as an instance of 'Task'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
P2Task
A representation of the model object 'Install Task'.
|
Modifier and Type | Class and Description |
---|---|
class |
P2TaskImpl
An implementation of the model object 'Install Task'.
|
Modifier and Type | Method and Description |
---|---|
void |
P2TaskImpl.overrideFor(SetupTask overriddenSetupTask) |
Modifier and Type | Method and Description |
---|---|
T |
SetupP2Switch.caseSetupTask(SetupTask object)
Returns the result of interpreting the object as an instance of 'Task'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
APIBaselineTask
A representation of the model object 'Api Baseline Task'.
|
interface |
TargetPlatformTask
A representation of the model object 'Target Platform Task'.
|
Modifier and Type | Class and Description |
---|---|
class |
APIBaselineTaskImpl
An implementation of the model object 'Api Baseline Task'.
|
class |
TargetPlatformTaskImpl
An implementation of the model object 'Target Platform Task'.
|
Modifier and Type | Method and Description |
---|---|
T |
PDESwitch.caseSetupTask(SetupTask object)
Returns the result of interpreting the object as an instance of 'Task'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PathVariableTask
A representation of the model object 'Path Variable Task'.
|
interface |
ProjectsImportTask
A representation of the model object 'Import Project Task'.
|
Modifier and Type | Class and Description |
---|---|
class |
PathVariableTaskImpl
An implementation of the model object 'Path Variable Task'.
|
class |
ProjectsImportTaskImpl
An implementation of the model object 'Import Project Task'.
|
Modifier and Type | Method and Description |
---|---|
T |
ProjectsSwitch.caseSetupTask(SetupTask object)
Returns the result of interpreting the object as an instance of 'Task'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ProjectSetImportTask
A representation of the model object 'Project Set Import Task'.
|
Modifier and Type | Class and Description |
---|---|
class |
ProjectSetImportTaskImpl
An implementation of the model object 'Project Set Import Task'.
|
Modifier and Type | Method and Description |
---|---|
T |
ProjectSetSwitch.caseSetupTask(SetupTask object)
Returns the result of interpreting the object as an instance of 'Task'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TargletTask
A representation of the model object 'Targlet Task'.
|
Modifier and Type | Class and Description |
---|---|
class |
TargletTaskImpl
An implementation of the model object 'Targlet Task'.
|
Modifier and Type | Method and Description |
---|---|
void |
TargletTaskImpl.overrideFor(SetupTask overriddenSetupTask) |
Modifier and Type | Method and Description |
---|---|
T |
SetupTargletsSwitch.caseSetupTask(SetupTask object)
Returns the result of interpreting the object as an instance of 'Task'.
|
Modifier and Type | Method and Description |
---|---|
T |
SetupSwitch.caseSetupTask(SetupTask object)
Returns the result of interpreting the object as an instance of 'Task'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FileAssociationsTask
A representation of the model object 'File Associations Task'.
|
interface |
KeyBindingTask
A representation of the model object 'Key Binding Task'.
|
Modifier and Type | Class and Description |
---|---|
class |
FileAssociationsTaskImpl
An implementation of the model object 'File Associations Task'.
|
class |
KeyBindingTaskImpl
An implementation of the model object 'Key Binding Task'.
|
Modifier and Type | Method and Description |
---|---|
void |
FileAssociationsTaskImpl.overrideFor(SetupTask overriddenSetupTask) |
Modifier and Type | Method and Description |
---|---|
T |
WorkbenchSwitch.caseSetupTask(SetupTask object)
Returns the result of interpreting the object as an instance of 'Task'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
WorkingSetTask
A representation of the model object 'Set Working Task'.
|
Modifier and Type | Class and Description |
---|---|
class |
WorkingSetTaskImpl
An implementation of the model object 'Set Working Task'.
|
Modifier and Type | Method and Description |
---|---|
T |
SetupWorkingSetsSwitch.caseSetupTask(SetupTask object)
Returns the result of interpreting the object as an instance of 'Task'.
|
Copyright (c) 2014 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v20.html