Package org.eclipse.tycho.model
Class Feature.ImportRef
- java.lang.Object
-
- org.eclipse.tycho.model.Feature.ImportRef
-
-
Constructor Summary
Constructors Constructor Description ImportRef(de.pdark.decentxml.Element dom)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFeature()
String
getMatch()
String
getPatch()
String
getPlugin()
String
getVersion()
void
setMatch(String match)
void
setVersion(String version)
-