- PARAMETER_BASEURL - Static variable in class org.eclipse.equinox.internal.simpleconfigurator.utils.SimpleConfiguratorConstants
-
- parseBundleInfoLine(String, URI) - Static method in class org.eclipse.equinox.internal.simpleconfigurator.utils.SimpleConfiguratorUtils
-
- parseCommentLine(String) - Static method in class org.eclipse.equinox.internal.simpleconfigurator.utils.SimpleConfiguratorUtils
-
- parseLocation(String) - Static method in class org.eclipse.equinox.internal.simpleconfigurator.utils.SimpleConfiguratorUtils
-
- PROP_IGNORE_USER_CONFIGURATION - Static variable in class org.eclipse.equinox.internal.simpleconfigurator.SimpleConfiguratorImpl
-
- PROP_KEY_CONFIGURL - Static variable in class org.eclipse.equinox.internal.simpleconfigurator.utils.SimpleConfiguratorConstants
-
BundleContext#getProperty(PROP_KEY_CONFIGURL) is used for SimpleConfigurator to do life cycle control of bundles.
- PROP_KEY_EXCLUSIVE_INSTALLATION - Static variable in class org.eclipse.equinox.internal.simpleconfigurator.utils.SimpleConfiguratorConstants
-
If BundleContext#getProperty(PROP_KEY_EXCLUSIVE_INSTALLATION) equals "true" ignoring case,
Configurator.applyConfiguration(url) will uninstall the installed bundles which are not
listed in the simpleconfigurator config file after install bundles listed.
- PROP_KEY_USE_REFERENCE - Static variable in class org.eclipse.equinox.internal.simpleconfigurator.utils.SimpleConfiguratorConstants
-
If BundleContext#getProperty(PROP_KEY_USE_REFERENCE) does not equal "false" ignoring case,
when a SimpleConfigurator installs a bundle, "reference:" is added to its bundle location in order to avoid
caching its bundle jar.