Uses of Class
org.apache.ivy.osgi.updatesite.xml.Require
-
Packages that use Require Package Description org.apache.ivy.osgi.updatesite.xml -
-
Uses of Require in org.apache.ivy.osgi.updatesite.xml
Fields in org.apache.ivy.osgi.updatesite.xml declared as Require Modifier and Type Field Description (package private) Require
FeatureParser.ImportHandler. require
Fields in org.apache.ivy.osgi.updatesite.xml with type parameters of type Require Modifier and Type Field Description private java.util.List<Require>
EclipseFeature. requires
(package private) java.util.List<Require>
FeatureParser.RequiresHandler. requires
Methods in org.apache.ivy.osgi.updatesite.xml that return types with arguments of type Require Modifier and Type Method Description java.util.List<Require>
EclipseFeature. getRequires()
Methods in org.apache.ivy.osgi.updatesite.xml with parameters of type Require Modifier and Type Method Description void
EclipseFeature. addRequire(Require require)
-