Uses of Class
org.eclipse.tycho.model.ProductConfiguration
-
Packages that use ProductConfiguration Package Description org.eclipse.tycho.core org.eclipse.tycho.core.osgitools org.eclipse.tycho.model org.eclipse.tycho.versions.engine org.eclipse.tycho.versions.manipulation -
-
Uses of ProductConfiguration in org.eclipse.tycho.core
Methods in org.eclipse.tycho.core with parameters of type ProductConfiguration Modifier and Type Method Description void
ArtifactDependencyWalker. traverseProduct(ProductConfiguration productConfiguration, ArtifactDependencyVisitor visitor)
-
Uses of ProductConfiguration in org.eclipse.tycho.core.osgitools
Methods in org.eclipse.tycho.core.osgitools that return ProductConfiguration Modifier and Type Method Description protected ProductConfiguration
EclipseApplicationProject. loadProduct(ReactorProject project)
Methods in org.eclipse.tycho.core.osgitools that return types with arguments of type ProductConfiguration Modifier and Type Method Description protected List<ProductConfiguration>
EclipseRepositoryProject. loadProducts(org.apache.maven.project.MavenProject project)
Parses the product configuration filesMethods in org.eclipse.tycho.core.osgitools with parameters of type ProductConfiguration Modifier and Type Method Description void
AbstractArtifactDependencyWalker. traverseProduct(ProductConfiguration product, ArtifactDependencyVisitor visitor)
protected void
AbstractArtifactDependencyWalker. traverseProduct(ProductConfiguration product, ArtifactDependencyVisitor visitor, AbstractArtifactDependencyWalker.WalkbackPath visited)
-
Uses of ProductConfiguration in org.eclipse.tycho.model
Methods in org.eclipse.tycho.model that return ProductConfiguration Modifier and Type Method Description static ProductConfiguration
ProductConfiguration. read(File file)
static ProductConfiguration
ProductConfiguration. read(InputStream input)
Methods in org.eclipse.tycho.model with parameters of type ProductConfiguration Modifier and Type Method Description static void
ProductConfiguration. write(ProductConfiguration product, File file)
-
Uses of ProductConfiguration in org.eclipse.tycho.versions.engine
Methods in org.eclipse.tycho.versions.engine that return types with arguments of type ProductConfiguration Modifier and Type Method Description Map<File,ProductConfiguration>
ProductConfigurations. getProductConfigurations()
Methods in org.eclipse.tycho.versions.engine with parameters of type ProductConfiguration Modifier and Type Method Description void
ProductConfigurations. addProductConfiguration(File productFile, ProductConfiguration productConfiguration)
-
Uses of ProductConfiguration in org.eclipse.tycho.versions.manipulation
Methods in org.eclipse.tycho.versions.manipulation with parameters of type ProductConfiguration Modifier and Type Method Description protected void
ProductFileManipulator. applyChangeToProduct(ProjectMetadata project, ProductConfiguration product, String productFileName, PomVersionChange change)
-