Class Product


  • public final class Product
    extends Object
    Value object for the configuration of this Maven plug-in. Used to select products to be materialized and to specify the classifier under which the product archives artifacts are attached.
    • Constructor Detail

      • Product

        public Product()
    • Method Detail

      • getId

        public String getId()
      • getAttachId

        public String getAttachId()
      • isMultiPlatformPackage

        public boolean isMultiPlatformPackage()
      • getRootFolder

        public String getRootFolder​(String os)
      • getArchiveFileName

        public String getArchiveFileName()
      • addInstallationSeed

        public void addInstallationSeed​(org.eclipse.tycho.core.resolver.shared.DependencySeed seed)
      • getAdditionalInstallationSeeds

        public List<org.eclipse.tycho.core.resolver.shared.DependencySeed> getAdditionalInstallationSeeds()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object