public class PluginRef extends Object
Constructor and Description |
---|
PluginRef(de.pdark.decentxml.Element dom) |
PluginRef(String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getArch() |
long |
getDownloadSize() |
String |
getId() |
long |
getInstallSize() |
String |
getOs() |
String |
getVersion() |
String |
getWs() |
int |
hashCode() |
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.
|
void |
setArch(String arch) |
void |
setDownloadSize(long size) |
void |
setId(String id) |
void |
setInstallSize(long size) |
void |
setOs(String os) |
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.
|
void |
setVersion(String version) |
void |
setWs(String ws) |
String |
toString() |
public PluginRef(de.pdark.decentxml.Element dom)
public PluginRef(String name)
public String getId()
public void setId(String id)
public String getVersion()
public void setVersion(String version)
public String getOs()
public void setOs(String os)
public String getWs()
public void setWs(String ws)
public String getArch()
public void setArch(String arch)
@Deprecated public boolean isUnpack()
@Deprecated public void setUnpack(boolean unpack)
public long getDownloadSize()
public void setDownloadSize(long size)
public long getInstallSize()
public void setInstallSize(long size)
Copyright © 2008–2018 Eclipse Foundation. All rights reserved.