Uses of Class
org.eclipse.tycho.model.ProductConfiguration
-
-
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 java.util.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(java.io.File file)static ProductConfigurationProductConfiguration. read(java.io.InputStream input)Methods in org.eclipse.tycho.model with parameters of type ProductConfiguration Modifier and Type Method Description static voidProductConfiguration. write(ProductConfiguration product, java.io.File file) -
Uses of ProductConfiguration in org.eclipse.tycho.packaging
Fields in org.eclipse.tycho.packaging declared as ProductConfiguration Modifier and Type Field Description private ProductConfigurationProductExportMojo. productConfigurationParsed product configuration file -
Uses of ProductConfiguration in org.eclipse.tycho.versions.engine
Fields in org.eclipse.tycho.versions.engine with type parameters of type ProductConfiguration Modifier and Type Field Description private java.util.Map<java.io.File,ProductConfiguration>ProductConfigurations. productConfigurationsMethods in org.eclipse.tycho.versions.engine that return types with arguments of type ProductConfiguration Modifier and Type Method Description java.util.Map<java.io.File,ProductConfiguration>ProductConfigurations. getProductConfigurations()Methods in org.eclipse.tycho.versions.engine with parameters of type ProductConfiguration Modifier and Type Method Description voidProductConfigurations. addProductConfiguration(java.io.File productFile, ProductConfiguration productConfiguration) -
Uses of ProductConfiguration in org.eclipse.tycho.versions.manipulation
Methods in org.eclipse.tycho.versions.manipulation that return ProductConfiguration Modifier and Type Method Description private ProductConfigurationEclipseApplicationProductFileManipulator. getProductConfiguration(ProjectMetadata project)Methods in org.eclipse.tycho.versions.manipulation that return types with arguments of type ProductConfiguration Modifier and Type Method Description private java.util.Map<java.io.File,ProductConfiguration>EclipseRepositoryProductFileManipulator. getProductConfigurations(ProjectMetadata project)Methods in org.eclipse.tycho.versions.manipulation with parameters of type ProductConfiguration Modifier and Type Method Description protected voidProductFileManipulator. applyChangeToProduct(ProjectMetadata project, ProductConfiguration product, java.lang.String productFileName, PomVersionChange change)
-