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 void
addInstallationSeed(DependencySeed seed)
boolean
equals(Object obj)
List<DependencySeed>
getAdditionalInstallationSeeds()
String
getArchiveFileName()
String
getAttachId()
String
getId()
String
getRootFolder(String os)
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getId
public String getId()
-
getAttachId
public String getAttachId()
-
getArchiveFileName
public String getArchiveFileName()
-
addInstallationSeed
public void addInstallationSeed(DependencySeed seed)
-
getAdditionalInstallationSeeds
public List<DependencySeed> getAdditionalInstallationSeeds()
-
-