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 voidUpdateSiteDescriptor. addFeature(EclipseFeature feature)static BundleInfoPluginAdapter. 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 EclipseFeatureEclipseUpdateSiteParser.FeatureHandler. feature(package private) EclipseFeatureFeatureParser.FeatureHandler. featureFields in org.apache.ivy.osgi.updatesite.xml with type parameters of type EclipseFeature Modifier and Type Field Description private java.util.List<EclipseFeature>UpdateSite. featuresMethods in org.apache.ivy.osgi.updatesite.xml that return EclipseFeature Modifier and Type Method Description static EclipseFeatureFeatureParser. 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 voidUpdateSite. addFeature(EclipseFeature feature)
-