Uses of Class
org.eclipse.tycho.plugins.p2.director.Product
-
Packages that use Product Package Description org.eclipse.tycho.plugins.p2.director -
-
Uses of Product in org.eclipse.tycho.plugins.p2.director
Fields in org.eclipse.tycho.plugins.p2.director with type parameters of type Product Modifier and Type Field Description private java.util.List<Product>
AbstractProductMojo. products
Selection of products to be installed and configuration per product.private java.util.List<Product>
ProductConfig. products
Methods in org.eclipse.tycho.plugins.p2.director that return types with arguments of type Product Modifier and Type Method Description java.util.List<Product>
ProductConfig. getProducts()
private static java.util.List<Product>
ProductConfig. getPublishedProduct(java.util.Collection<DependencySeed> projectSeeds)
Methods in org.eclipse.tycho.plugins.p2.director with parameters of type Product Modifier and Type Method Description private static void
ProductConfig. checkConfiguredProductsExist(Product configuredProduct, java.util.Collection<DependencySeed> projectSeeds)
(package private) static java.lang.String
ProductArchiverMojo. getArchiveFileName(Product product)
(package private) static java.lang.String
ProductArchiverMojo. getArtifactClassifier(Product product, TargetEnvironment environment)
(package private) java.io.File
AbstractProductMojo. getProductMaterializeDirectory(Product product, TargetEnvironment env)
Method parameters in org.eclipse.tycho.plugins.p2.director with type arguments of type Product Modifier and Type Method Description private void
ProductConfig. fillInInstallationRoots(java.util.List<Product> products, java.util.Collection<DependencySeed> projectSeeds)
Constructor parameters in org.eclipse.tycho.plugins.p2.director with type arguments of type Product Constructor Description ProductConfig(java.util.List<Product> userConfig, java.util.Collection<DependencySeed> projectSeeds)
-