Package org.eclipse.tycho.model
Class Platform.Feature
- java.lang.Object
-
- org.eclipse.tycho.model.Platform.Feature
-
- Enclosing class:
- Platform
public static class Platform.Feature extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private org.codehaus.plexus.util.xml.Xpp3Dom
dom
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getId()
java.lang.String
getUrl()
java.lang.String
getVersion()
void
setId(java.lang.String value)
void
setUrl(java.lang.String value)
void
setVersion(java.lang.String value)
-