Package org.eclipse.tycho.model
Class PluginRef
- java.lang.Object
-
- org.eclipse.tycho.model.PluginRef
-
public class PluginRef extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object obj)StringgetArch()longgetDownloadSize()StringgetId()longgetInstallSize()StringgetOs()StringgetVersion()StringgetWs()inthashCode()booleanisUnpack()Deprecated.The installation format (packed/unpacked) shall be specified through the bundle's Eclipse-BundleShape manifest header.voidsetArch(String arch)voidsetDownloadSize(long size)voidsetId(String id)voidsetInstallSize(long size)voidsetOs(String os)voidsetUnpack(boolean unpack)Deprecated.The installation format (packed/unpacked) shall be specified through the bundle's Eclipse-BundleShape manifest header.voidsetVersion(String version)voidsetWs(String ws)StringtoString()
-
-
-
Constructor Detail
-
PluginRef
public PluginRef(de.pdark.decentxml.Element dom)
-
PluginRef
public PluginRef(String name)
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
getVersion
public String getVersion()
-
setVersion
public void setVersion(String version)
-
getOs
public String getOs()
-
setOs
public void setOs(String os)
-
getWs
public String getWs()
-
setWs
public void setWs(String ws)
-
getArch
public String getArch()
-
setArch
public void setArch(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)
-
-