Class PluginRef


  • public class PluginRef
    extends Object
    • 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
      • 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)