Interface PublishProductTool

    • Method Detail

      • publishProduct

        java.util.List<DependencySeed> publishProduct​(java.io.File productDefinition,
                                                      java.io.File launcherBinaries,
                                                      java.lang.String flavor)
        Publishes the given product definition.
        Parameters:
        productDefinition - A .product file as defined by the Eclipse PDE
        launcherBinaries - A folder that contains the native Eclipse launcher binaries
        flavor - The installation flavor the product shall be published for
        Returns:
        a handles to the published product IU