Class PluginRef

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

public class PluginRef extends Object
  • Constructor Details

    • PluginRef

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

      public PluginRef(String name)
  • Method Details

    • 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.
    • 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)