Module org.eclipse.oomph.console
Class ProductVersionSelector
java.lang.Object
org.eclipse.oomph.console.configuration.ProductVersionSelector
-
Constructor Summary
ConstructorsConstructorDescriptionProductVersionSelector(org.eclipse.emf.ecore.resource.ResourceSet resourceSet) -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.oomph.setup.ProductVersionorg.eclipse.oomph.setup.Configurationorg.eclipse.oomph.setup.ProductselectProduct(String productId) org.eclipse.oomph.setup.ProductVersionselectProductVersion(org.eclipse.oomph.setup.Product product, String versionId) org.eclipse.oomph.setup.ProjectselectProject(String projectId) List<org.eclipse.oomph.setup.Stream>selectProjectStreams(List<String> projectsList) List<org.eclipse.oomph.setup.Stream>selectStreams(List<String> streamsList)
-
Constructor Details
-
ProductVersionSelector
public ProductVersionSelector(org.eclipse.emf.ecore.resource.ResourceSet resourceSet)
-
-
Method Details
-
selectProduct
- Throws:
NotFoundException
-
selectStreams
public List<org.eclipse.oomph.setup.Stream> selectStreams(List<String> streamsList) throws NotFoundException - Throws:
NotFoundException
-
selectProject
- Throws:
NotFoundException
-
selectProjectStreams
public List<org.eclipse.oomph.setup.Stream> selectProjectStreams(List<String> projectsList) throws NotFoundException - Throws:
NotFoundException
-
select
public org.eclipse.oomph.setup.ProductVersion select(org.eclipse.oomph.setup.Product product, String versionId) throws NotFoundException - Throws:
NotFoundException
-
selectProductVersion
public org.eclipse.oomph.setup.ProductVersion selectProductVersion(org.eclipse.oomph.setup.Product product, String versionId) throws NotFoundException - Throws:
NotFoundException
-
selectConfiguration
- Throws:
NotFoundException
-