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. productsSelection of products to be installed and configuration per product.private java.util.List<Product>ProductConfig. productsMethods 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 voidProductConfig. checkConfiguredProductsExist(Product configuredProduct, java.util.Collection<DependencySeed> projectSeeds)(package private) static java.lang.StringProductArchiverMojo. getArchiveFileName(Product product)(package private) static java.lang.StringProductArchiverMojo. getArtifactClassifier(Product product, TargetEnvironment environment)(package private) java.io.FileAbstractProductMojo. 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 voidProductConfig. 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)
-