Package | Description |
---|---|
org.eclipse.oomph.setup |
The generated EMF API of the setup model.
|
org.eclipse.oomph.setup.impl |
The generated EMF implementation of the setup model.
|
Modifier and Type | Field and Description |
---|---|
static Set<Trigger> |
Trigger.ALL_TRIGGERS |
static Set<Trigger> |
Trigger.IDE_TRIGGERS |
static Map<Set<Trigger>,String> |
Trigger.LITERALS |
static List<Trigger> |
Trigger.VALUES
A public read-only list of all the 'Trigger' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static Trigger |
Trigger.get(int value)
Returns the 'Trigger' literal with the specified integer value.
|
static Trigger |
Trigger.get(String literal)
Returns the 'Trigger' literal with the specified literal value.
|
static Trigger |
Trigger.getByName(String name)
Returns the 'Trigger' literal with the specified name.
|
Trigger |
SetupTaskContext.getTrigger() |
static Trigger |
Trigger.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Trigger[] |
Trigger.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<Trigger> |
SetupTask.getExcludedTriggers()
Returns the value of the 'Excluded Triggers' attribute.
|
Set<Trigger> |
SetupTask.getTriggers() |
Set<Trigger> |
SetupTask.getValidTriggers() |
static Set<Trigger> |
Trigger.intern(Set<Trigger> triggerSet) |
static Set<Trigger> |
Trigger.toSet(Trigger... triggers) |
Modifier and Type | Method and Description |
---|---|
static Set<Trigger> |
Trigger.toSet(Trigger... triggers) |
Modifier and Type | Method and Description |
---|---|
static Set<Trigger> |
Trigger.intern(Set<Trigger> triggerSet) |
void |
SetupTask.setExcludedTriggers(Set<Trigger> value)
Sets the value of the '
Excluded Triggers ' attribute. |
Modifier and Type | Field and Description |
---|---|
protected Set<Trigger> |
SetupTaskImpl.excludedTriggers
The cached value of the '
Excluded Triggers ' attribute. |
Modifier and Type | Method and Description |
---|---|
Trigger |
SetupFactoryImpl.createTriggerFromString(EDataType eDataType,
String initialValue) |
Modifier and Type | Method and Description |
---|---|
Set<Trigger> |
SetupFactoryImpl.createTriggerSetFromString(EDataType eDataType,
String initialValue) |
Set<Trigger> |
SetupTaskImpl.getExcludedTriggers() |
Set<Trigger> |
SetupTaskImpl.getTriggers() |
Set<Trigger> |
SetupTaskImpl.getValidTriggers() |
Modifier and Type | Method and Description |
---|---|
void |
SetupTaskImpl.setExcludedTriggers(Set<Trigger> newExcludedTriggers) |
void |
SetupTaskImpl.setExcludedTriggersGen(Set<Trigger> newExcludedTriggers) |
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