-
ElementDescriptionSince the 4.4 Luna release, target platform changes are not tracked as model eventsSince the 4.4 Luna release, target platform changes are not tracked as model eventsIf no filter is passed use
PluginRegistry.findModel(String, String, VersionMatchRule)
, else filter theStream
returned byPluginRegistry.findModels(String, String, VersionMatchRule)
.If no filter is passed usePluginRegistry.findModel(String, VersionRange)
, else filter theStream
returned byPluginRegistry.findModels(String, VersionRange)
.Instead usePluginRegistry.findModel(Resource)
Instead usePluginRegistry.findModels(String, String, VersionMatchRule)
and filter the returnedStream
if a filter is passed.Instead usePluginRegistry.findModels(String, VersionRange)
and filter the returnedStream
if a filter is passed.Instead usePredicate
and filter the stream returned byPluginRegistry.findModels(String, String, VersionMatchRule)
orPluginRegistry.findModels(String, VersionRange)
Instead useIHostDescription.version()
Instead useIPackageImportDescription.version()
Instead useIRequiredBundleDescription.version()
not used anymore
-
ClassDescriptionInstead use
Predicate
and filter the stream returned byPluginRegistry.findModels(String, String, VersionMatchRule)
orPluginRegistry.findModels(String, VersionRange)
seeRadioChoiceOption
andComboChoiceOption
-
FieldDescriptionSince the 4.4 Luna release, target platform changes are not tracked as model eventsSince the 4.4 Luna release, target platform changes are not tracked as model eventsnot used anymoreThis field was wrongly added and is no longer used.This option is no longer supported in the launch config. A recent selection is stored in dialog settings.As of 3.6 the feature-based self-hosting option is not supporteduse IJavaLaunchConfigurationConstants.ATTR_JRE_CONTAINER_PATH
-
MethodDescriptionThis method has always returned
null
. Since 3.7, usePluginRegistry.createBuildModel(IPluginModelBase)
instead.The URL returned is not encoded. If the file path contains special characters such as#
this URL cannot be used for opening streams. Instead useISharedPluginModel.getInstallLocation()
and create the URL using an encoding tool such asURIUtil
. Deprecated in 4.3.If no filter is passed usePluginRegistry.findModel(String, String, VersionMatchRule)
, else filter theStream
returned byPluginRegistry.findModels(String, String, VersionMatchRule)
.If no filter is passed usePluginRegistry.findModel(String, VersionRange)
, else filter theStream
returned byPluginRegistry.findModels(String, VersionRange)
.Instead usePluginRegistry.findModel(Resource)
Instead usePluginRegistry.findModels(String, String, VersionMatchRule)
and filter the returnedStream
if a filter is passed.Instead usePluginRegistry.findModels(String, VersionRange)
and filter the returnedStream
if a filter is passed.Instead useIHostDescription.name()
Instead useIHostDescription.version()
Instead useIPackageExportDescription.friends()
Instead useIPackageExportDescription.name()
Instead useIPackageExportDescription.version()
Instead useIPackageImportDescription.name()
Instead useIPackageImportDescription.version()
Instead useIRequiredBundleDescription.name()
Instead useIRequiredBundleDescription.version()
This method was wrongly added and is no longer used. It is a no-op now.
-
ConstructorDescriptionAs of 3.6 the feature-based workspace launch option is no longer available, so there is no need to set this flag