org.sonatype.tycho.plugins.p2.director
Class Product

java.lang.Object
  extended by org.sonatype.tycho.plugins.p2.director.Product

public final class Product
extends java.lang.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
Product()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAttachId()
           
 java.lang.String getId()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Product

public Product()
Method Detail

getId

public java.lang.String getId()

getAttachId

public java.lang.String getAttachId()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2008-2011. All Rights Reserved.