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 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 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 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(java.io.File file)
static ProductConfiguration
ProductConfiguration. read(java.io.InputStream input)
Methods in org.eclipse.tycho.model with parameters of type ProductConfiguration Modifier and Type Method Description static void
ProductConfiguration. 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 ProductConfiguration
ProductExportMojo. productConfiguration
Parsed 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. productConfigurations
Methods 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 void
ProductConfigurations. 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 ProductConfiguration
EclipseApplicationProductFileManipulator. 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 void
ProductFileManipulator. applyChangeToProduct(ProjectMetadata project, ProductConfiguration product, java.lang.String productFileName, PomVersionChange change)
-