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 voidArtifactDependencyWalker. 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 ProductConfigurationEclipseApplicationProject. 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 voidAbstractArtifactDependencyWalker. traverseProduct(ProductConfiguration product, ArtifactDependencyVisitor visitor)protected voidAbstractArtifactDependencyWalker. 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 ProductConfigurationProductConfiguration. read(File file)static ProductConfigurationProductConfiguration. read(InputStream input)Methods in org.eclipse.tycho.model with parameters of type ProductConfiguration Modifier and Type Method Description static voidProductConfiguration. 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 voidProductConfigurations. 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 voidProductFileManipulator. applyChangeToProduct(ProjectMetadata project, ProductConfiguration product, String productFileName, PomVersionChange change)
-