Package org.eclipse.tycho.model
Class UpdateSite.SiteFeatureRef
- java.lang.Object
-
- org.eclipse.tycho.model.FeatureRef
-
- org.eclipse.tycho.model.UpdateSite.SiteFeatureRef
-
- Enclosing class:
- UpdateSite
public static class UpdateSite.SiteFeatureRef extends FeatureRef
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.tycho.model.FeatureRef
FeatureRef.InstallMode
-
-
Field Summary
-
Fields inherited from class org.eclipse.tycho.model.FeatureRef
dom
-
-
Constructor Summary
Constructors Constructor Description SiteFeatureRef(de.pdark.decentxml.Element dom)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getUrl()
void
setUrl(java.lang.String url)
-
Methods inherited from class org.eclipse.tycho.model.FeatureRef
getArch, getDom, getId, getInstallMode, getOS, getVersion, getWS, setArch, setId, setOS, setVersion, setWS, toString
-
-