Package org.eclipse.tycho.model
Class PluginRef
java.lang.Object
org.eclipse.tycho.model.PluginRef
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetArch()longgetId()longgetOs()getWs()booleaninthashCode()booleanbooleanisUnpack()Deprecated.The installation format (packed/unpacked) shall be specified through the bundle's Eclipse-BundleShape manifest header.voidvoidsetDownloadSize(long size) voidvoidsetInstallSize(long size) voidvoidsetUnpack(boolean unpack) Deprecated.The installation format (packed/unpacked) shall be specified through the bundle's Eclipse-BundleShape manifest header.voidsetVersion(String version) voidtoString()
-
Constructor Details
-
PluginRef
public PluginRef(de.pdark.decentxml.Element dom) -
PluginRef
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
toString
-
getId
-
setId
-
getVersion
-
setVersion
-
getOs
-
setOs
-
getWs
-
setWs
-
getArch
-
setArch
-
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.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. -
hasDownloadSize
public boolean hasDownloadSize() -
getDownloadSize
public long getDownloadSize() -
setDownloadSize
public void setDownloadSize(long size) -
hasInstallSize
public boolean hasInstallSize() -
getInstallSize
public long getInstallSize() -
setInstallSize
public void setInstallSize(long size)
-