Package org.eclipse.tycho.model
Class Feature.RequiresRef
- java.lang.Object
-
- org.eclipse.tycho.model.Feature.RequiresRef
-
- Enclosing class:
- Feature
public static class Feature.RequiresRef extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private de.pdark.decentxml.Element
dom
-
Constructor Summary
Constructors Constructor Description RequiresRef(de.pdark.decentxml.Element dom)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Feature.ImportRef>
getImports()
-
-
-
Method Detail
-
getImports
public java.util.List<Feature.ImportRef> getImports()
-
-