public class InstallCatalogItemMavenDiscoveryProposal extends java.lang.Object implements IMavenDiscoveryProposal
Modifier and Type | Field and Description |
---|---|
private org.eclipse.equinox.internal.p2.discovery.model.CatalogItem |
item |
Constructor and Description |
---|
InstallCatalogItemMavenDiscoveryProposal(org.eclipse.equinox.internal.p2.discovery.model.CatalogItem item) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
org.eclipse.equinox.internal.p2.discovery.model.CatalogItem |
getCatalogItem() |
java.lang.String |
getDescription() |
java.lang.String |
getLicense() |
int |
hashCode() |
java.lang.String |
toString() |
public InstallCatalogItemMavenDiscoveryProposal(org.eclipse.equinox.internal.p2.discovery.model.CatalogItem item)
public org.eclipse.equinox.internal.p2.discovery.model.CatalogItem getCatalogItem()
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String getDescription()
getDescription
in interface IMavenDiscoveryProposal
public java.lang.String getLicense()
getLicense
in interface IMavenDiscoveryProposal