org.eclipse.tycho.model
Class PluginRef

java.lang.Object
  extended by org.eclipse.tycho.model.PluginRef

public class PluginRef
extends Object


Constructor Summary
PluginRef(de.pdark.decentxml.Element dom)
           
PluginRef(String name)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getArch()
           
 String getId()
           
 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 setDownloadSide(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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PluginRef

public PluginRef(de.pdark.decentxml.Element dom)

PluginRef

public PluginRef(String name)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

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.


setDownloadSide

public void setDownloadSide(long size)

setInstallSize

public void setInstallSize(long size)


Copyright © 2008-2013 Eclipse Foundation. All Rights Reserved.