Uses of Class
org.apache.ivy.osgi.updatesite.xml.EclipsePlugin
-
Packages that use EclipsePlugin Package Description org.apache.ivy.osgi.updatesite org.apache.ivy.osgi.updatesite.xml -
-
Uses of EclipsePlugin in org.apache.ivy.osgi.updatesite
Methods in org.apache.ivy.osgi.updatesite with parameters of type EclipsePlugin Modifier and Type Method Description static BundleInfo
PluginAdapter. pluginAsBundle(java.net.URI baseUri, EclipsePlugin plugin)
-
Uses of EclipsePlugin in org.apache.ivy.osgi.updatesite.xml
Fields in org.apache.ivy.osgi.updatesite.xml declared as EclipsePlugin Modifier and Type Field Description private EclipsePlugin
FeatureParser.PluginHandler. plugin
Fields in org.apache.ivy.osgi.updatesite.xml with type parameters of type EclipsePlugin Modifier and Type Field Description private java.util.List<EclipsePlugin>
EclipseFeature. plugins
Methods in org.apache.ivy.osgi.updatesite.xml that return types with arguments of type EclipsePlugin Modifier and Type Method Description java.util.List<EclipsePlugin>
EclipseFeature. getPlugins()
Methods in org.apache.ivy.osgi.updatesite.xml with parameters of type EclipsePlugin Modifier and Type Method Description void
EclipseFeature. addPlugin(EclipsePlugin plugin)
-