Package org.eclipse.tycho.model
Class PluginRef
- java.lang.Object
-
- org.eclipse.tycho.model.PluginRef
-
public class PluginRef extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private de.pdark.decentxml.Elementdom
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetArch()(package private) de.pdark.decentxml.ElementgetDom()longgetDownloadSize()java.lang.StringgetId()longgetInstallSize()java.lang.StringgetOs()java.lang.StringgetVersion()java.lang.StringgetWs()inthashCode()booleanisUnpack()Deprecated.The installation format (packed/unpacked) shall be specified through the bundle's Eclipse-BundleShape manifest header.voidsetArch(java.lang.String arch)voidsetDownloadSize(long size)voidsetId(java.lang.String id)voidsetInstallSize(long size)voidsetOs(java.lang.String os)voidsetUnpack(boolean unpack)Deprecated.The installation format (packed/unpacked) shall be specified through the bundle's Eclipse-BundleShape manifest header.voidsetVersion(java.lang.String version)voidsetWs(java.lang.String ws)java.lang.StringtoString()
-
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getId
public java.lang.String getId()
-
setId
public void setId(java.lang.String id)
-
getVersion
public java.lang.String getVersion()
-
setVersion
public void setVersion(java.lang.String version)
-
getOs
public java.lang.String getOs()
-
setOs
public void setOs(java.lang.String os)
-
getWs
public java.lang.String getWs()
-
setWs
public void setWs(java.lang.String ws)
-
getArch
public java.lang.String getArch()
-
setArch
public void setArch(java.lang.String arch)
-
isUnpack
@Deprecated public boolean isUnpack()
Deprecated.The installation format (packed/unpacked) shall be specified through the bundle's Eclipse-BundleShape manifest header. The feature.xml's unpack attribute may not be supported in a future version of Tycho.
-
setUnpack
@Deprecated public void setUnpack(boolean unpack)
Deprecated.The installation format (packed/unpacked) shall be specified through the bundle's Eclipse-BundleShape manifest header. The feature.xml's unpack attribute may not be supported in a future version of Tycho.
-
getDownloadSize
public long getDownloadSize()
-
setDownloadSize
public void setDownloadSize(long size)
-
getInstallSize
public long getInstallSize()
-
setInstallSize
public void setInstallSize(long size)
-
getDom
de.pdark.decentxml.Element getDom()
-
-