Class Product
- java.lang.Object
-
- org.eclipse.tycho.plugins.p2.director.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 Summary
Constructors Constructor Description Product()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddInstallationSeed(org.eclipse.tycho.core.resolver.shared.DependencySeed seed)booleanequals(Object obj)List<org.eclipse.tycho.core.resolver.shared.DependencySeed>getAdditionalInstallationSeeds()StringgetArchiveFileName()StringgetAttachId()StringgetId()StringgetRootFolder(String os)inthashCode()booleanisMultiPlatformPackage()StringtoString()
-
-
-
Method Detail
-
getId
public String getId()
-
getAttachId
public String getAttachId()
-
isMultiPlatformPackage
public boolean isMultiPlatformPackage()
-
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()
-
-