Package | Description |
---|---|
org.eclipse.oomph.p2 | |
org.eclipse.oomph.p2.impl | |
org.eclipse.oomph.p2.util |
Modifier and Type | Method and Description |
---|---|
Requirement |
P2Factory.createRequirement()
Returns a new object of class 'Requirement'.
|
Requirement |
P2Factory.createRequirement(String id) |
Requirement |
P2Factory.createRequirement(String id,
VersionRange versionRange) |
Requirement |
P2Factory.createRequirement(String id,
VersionRange versionRange,
boolean optional) |
Modifier and Type | Method and Description |
---|---|
EList<Requirement> |
ProfileDefinition.getRequirements()
Returns the value of the 'Requirements' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
ProfileDefinition.setRequirements(EList<Requirement> requirements) |
Modifier and Type | Class and Description |
---|---|
class |
RequirementImpl
An implementation of the model object 'Requirement'.
|
Modifier and Type | Field and Description |
---|---|
protected EList<Requirement> |
ProfileDefinitionImpl.requirements
The cached value of the '
Requirements ' containment reference list. |
Modifier and Type | Method and Description |
---|---|
Requirement |
P2FactoryImpl.createRequirement() |
Requirement |
P2FactoryImpl.createRequirement(String id) |
Requirement |
P2FactoryImpl.createRequirement(String id,
VersionRange versionRange) |
Requirement |
P2FactoryImpl.createRequirement(String id,
VersionRange versionRange,
boolean optional) |
Modifier and Type | Method and Description |
---|---|
EList<Requirement> |
ProfileDefinitionImpl.getRequirements() |
Modifier and Type | Method and Description |
---|---|
void |
ProfileDefinitionImpl.setRequirements(EList<Requirement> requirements) |
Modifier and Type | Method and Description |
---|---|
T |
P2Switch.caseRequirement(Requirement object)
Returns the result of interpreting the object as an instance of 'Requirement'.
|
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