Uses of Class
org.apache.ivy.osgi.updatesite.xml.EclipseFeature
-
Packages that use EclipseFeature Package Description org.apache.ivy.osgi.updatesite org.apache.ivy.osgi.updatesite.xml -
-
Uses of EclipseFeature in org.apache.ivy.osgi.updatesite
Methods in org.apache.ivy.osgi.updatesite with parameters of type EclipseFeature Modifier and Type Method Description void
UpdateSiteDescriptor. addFeature(EclipseFeature feature)
static BundleInfo
PluginAdapter. featureAsBundle(java.net.URI baseUri, EclipseFeature feature)
-
Uses of EclipseFeature in org.apache.ivy.osgi.updatesite.xml
Fields in org.apache.ivy.osgi.updatesite.xml declared as EclipseFeature Modifier and Type Field Description private EclipseFeature
EclipseUpdateSiteParser.FeatureHandler. feature
(package private) EclipseFeature
FeatureParser.FeatureHandler. feature
Fields in org.apache.ivy.osgi.updatesite.xml with type parameters of type EclipseFeature Modifier and Type Field Description private java.util.List<EclipseFeature>
UpdateSite. features
Methods in org.apache.ivy.osgi.updatesite.xml that return EclipseFeature Modifier and Type Method Description static EclipseFeature
FeatureParser. parse(java.io.InputStream in)
Methods in org.apache.ivy.osgi.updatesite.xml that return types with arguments of type EclipseFeature Modifier and Type Method Description java.util.List<EclipseFeature>
UpdateSite. getFeatures()
Methods in org.apache.ivy.osgi.updatesite.xml with parameters of type EclipseFeature Modifier and Type Method Description void
UpdateSite. addFeature(EclipseFeature feature)
-