|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CoreException | |
---|---|
org.eclipse.core.expressions | Application programming interfaces for the expression language. |
org.eclipse.core.runtime | Provides support for the runtime platform, core utility methods and the extension registry. |
org.eclipse.core.runtime.content | Provides core support for content types. |
org.eclipse.core.runtime.preferences | Provides core support for Eclipse preferences. |
org.eclipse.core.runtime.spi | Extension registry infrastructure for service providers Package Specification This package provides an infrastructure and helper utilities oriented towards service providers implementing their own extension registries. |
org.eclipse.ercp.eworkbench | |
org.eclipse.ui | Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. |
org.eclipse.ui.plugin | Class hierarchies for plug-ins that integrate with the Eclipse Platform UI. |
org.eclipse.ui.views | |
org.eclipse.update.configuration | Provides support for accessing local installation information. |
org.eclipse.update.core | Provides support for extending the base installation and update services. |
org.eclipse.update.core.model | Provides model support for extending the base installation and update services. |
org.eclipse.update.operations | Provides support for performing various install/update operations. |
org.eclipse.update.search | Provides support for performing searches and filtering of features. |
Uses of CoreException in org.eclipse.core.expressions |
---|
Methods in org.eclipse.core.expressions that throw CoreException | |
---|---|
Expression |
ElementHandler.create(ExpressionConverter converter,
Element element)
Creates the corresponding expression for the given DOM element. |
abstract Expression |
ElementHandler.create(ExpressionConverter converter,
IConfigurationElement config)
Creates the corresponding expression for the given configuration element. |
abstract EvaluationResult |
Expression.evaluate(IEvaluationContext context)
Evaluates this expression. |
IPropertyTester |
IPropertyTester.instantiate()
Loads the implementation class for this property tester and returns an instance of this class. |
Expression |
ExpressionConverter.perform(Element root)
Converts the tree of DOM elements represented by the given root element and returns a corresponding expression tree. |
Expression |
ExpressionConverter.perform(IConfigurationElement root)
Converts the tree of configuration elements represented by the given root element and returns a corresponding expression tree. |
protected void |
ElementHandler.processChildren(ExpressionConverter converter,
Element element,
org.eclipse.core.internal.expressions.CompositeExpression expression)
Converts the children of the given DOM element and adds them to the given composite expression. |
protected void |
ElementHandler.processChildren(ExpressionConverter converter,
IConfigurationElement element,
org.eclipse.core.internal.expressions.CompositeExpression expression)
Converts the children of the given configuration element and adds them to the given composite expression. |
java.lang.Object |
IVariableResolver.resolve(java.lang.String name,
java.lang.Object[] args)
Resolves a variable for the given name and arguments. |
java.lang.Object |
IEvaluationContext.resolveVariable(java.lang.String name,
java.lang.Object[] args)
Resolves a variable for the given name and arguments. |
java.lang.Object |
EvaluationContext.resolveVariable(java.lang.String name,
java.lang.Object[] args)
Resolves a variable for the given name and arguments. |
Uses of CoreException in org.eclipse.core.runtime |
---|
Methods in org.eclipse.core.runtime that throw CoreException | |
---|---|
static void |
Platform.addAuthorizationInfo(java.net.URL serverUrl,
java.lang.String realm,
java.lang.String authScheme,
java.util.Map info)
Deprecated. Authorization database is superseded by the Equinox secure storage. Use org.eclipse.equinox.security.storage.SecurePreferencesFactory
to obtain secure preferences and org.eclipse.equinox.security.storage.ISecurePreferences
for data access and modifications.
Consider using ISecurePreferences#put(String, String, boolean) as a replacement of this method. |
static void |
Platform.addProtectionSpace(java.net.URL resourceUrl,
java.lang.String realm)
Deprecated. Authorization database is superseded by the Equinox secure storage. Use org.eclipse.equinox.security.storage.SecurePreferencesFactory
to obtain secure preferences and org.eclipse.equinox.security.storage.ISecurePreferences
for data access and modifications. |
java.lang.Object |
IExecutableExtensionFactory.create()
Creates and returns a new instance. |
java.lang.Object |
IConfigurationElement.createExecutableExtension(java.lang.String propertyName)
Creates and returns a new instance of the executable extension identified by the named attribute of this configuration element. |
static void |
Preferences.exportPreferences(IPath path)
Exports all non-default-valued preferences for all installed plugins to the provided file. |
static void |
Platform.flushAuthorizationInfo(java.net.URL serverUrl,
java.lang.String realm,
java.lang.String authScheme)
Deprecated. Authorization database is superseded by the Equinox secure storage. Use org.eclipse.equinox.security.storage.SecurePreferencesFactory
to obtain secure preferences and org.eclipse.equinox.security.storage.ISecurePreferences
for data access and modifications.
Consider using ISecurePreferences#clear() as a replacement of this method. |
Plugin |
IPluginDescriptor.getPlugin()
Deprecated. In Eclipse 3.0 plug-in runtime objects are not globally managed and so are not generically accessible. Rather, each plug-in is free to declare API which exposes the plug-in runtime object (e.g., MyPlugin.getInstance() ).
If this method is being used to activate a plug-in then the following code is
equivalent:
bundle.start()where bundle is the bundle associated with
the relevant plug-in. |
static void |
Preferences.importPreferences(IPath path)
Loads the plugin preferences from the given file, and replaces all non-default-valued preferences for all plugins with the values from this file. |
static void |
RegistryFactory.setDefaultRegistryProvider(IRegistryProvider provider)
Use this method to specify the default registry provider. |
void |
IExecutableExtension.setInitializationData(IConfigurationElement config,
java.lang.String propertyName,
java.lang.Object data)
This method is called by the implementation of the method IConfigurationElement.createExecutableExtension
on a newly constructed extension, passing it its relevant configuration
information. |
void |
Plugin.shutdown()
Deprecated. In Eclipse 3.0 this method has been replaced by Plugin.stop(BundleContext context) .
Implementations of shutdown() should be changed to override
stop(BundleContext context) and call super.stop(context)
instead of super.shutdown() .
The shutdown() method is called only for plug-ins which explicitly require the
org.eclipse.core.runtime.compatibility plug-in. |
void |
Plugin.startup()
Deprecated. In Eclipse 3.0 this method has been replaced by Plugin.start(BundleContext context) .
Implementations of startup() should be changed to extend
start(BundleContext context) and call super.start(context)
instead of super.startup() .
The startup() method is called only for plug-ins which explicitly require the
org.eclipse.core.runtime.compatibility plug-in. |
Uses of CoreException in org.eclipse.core.runtime.content |
---|
Methods in org.eclipse.core.runtime.content that throw CoreException | |
---|---|
void |
IContentTypeSettings.addFileSpec(java.lang.String fileSpec,
int type)
Adds a user-defined file specification to the corresponding content type. |
IContentTypeSettings |
IContentType.getSettings(IScopeContext context)
Returns the settings for this content type in the given preference context. |
void |
IContentTypeSettings.removeFileSpec(java.lang.String fileSpec,
int type)
Removes a user-defined file specification from the corresponding content type. |
void |
IContentTypeSettings.setDefaultCharset(java.lang.String userCharset)
Sets the default charset for the corresponding content type. |
void |
XMLRootElementContentDescriber2.setInitializationData(IConfigurationElement config,
java.lang.String propertyName,
java.lang.Object data)
|
void |
XMLRootElementContentDescriber.setInitializationData(IConfigurationElement config,
java.lang.String propertyName,
java.lang.Object data)
Deprecated. |
void |
BinarySignatureDescriber.setInitializationData(IConfigurationElement config,
java.lang.String propertyName,
java.lang.Object data)
|
Uses of CoreException in org.eclipse.core.runtime.preferences |
---|
Methods in org.eclipse.core.runtime.preferences that throw CoreException | |
---|---|
void |
IPreferencesService.applyPreferences(IEclipsePreferences node,
IPreferenceFilter[] filters)
Apply the preference tree rooted at the given node, to the system's preference tree. |
IStatus |
IPreferencesService.applyPreferences(IExportedPreferences preferences)
Take the given preference tree and apply it to the Eclipse global preference hierarchy. |
void |
IPreferencesService.exportPreferences(IEclipsePreferences node,
IPreferenceFilter[] filters,
java.io.OutputStream output)
Export the preference tree rooted at the given node, to the specified output stream. |
IStatus |
IPreferencesService.exportPreferences(IEclipsePreferences node,
java.io.OutputStream output,
java.lang.String[] excludesList)
Exports all preferences for the given preference node and all its children to the specified output stream. |
IStatus |
IPreferencesService.importPreferences(java.io.InputStream input)
Loads preferences from the given file and stores them in the preferences store. |
IPreferenceFilter[] |
IPreferencesService.matches(IEclipsePreferences node,
IPreferenceFilter[] filters)
Return a list of filters which match the given tree and is a subset of the given filter list. |
IExportedPreferences |
IPreferencesService.readPreferences(java.io.InputStream input)
Read from the given input stream and create a node hierarchy representing the preferences and their values. |
Uses of CoreException in org.eclipse.core.runtime.spi |
---|
Methods in org.eclipse.core.runtime.spi that throw CoreException | |
---|---|
java.lang.Object |
RegistryStrategy.createExecutableExtension(RegistryContributor contributor,
java.lang.String className,
java.lang.String overridenContributorName)
Creates an executable extension. |
Uses of CoreException in org.eclipse.ercp.eworkbench |
---|
Methods in org.eclipse.ercp.eworkbench that throw CoreException | |
---|---|
static java.lang.Object |
eWorkbenchPlugin.createExtension(IConfigurationElement element,
java.lang.String classAttribute)
Creates an extension. |
void |
eWorkbench.setInitializationData(IConfigurationElement config,
java.lang.String propertyName,
java.lang.Object data)
|
Constructors in org.eclipse.ercp.eworkbench that throw CoreException | |
---|---|
ApplicationDescriptor(java.lang.String id,
IConfigurationElement configElement)
Create a descriptor from a config element. |
Uses of CoreException in org.eclipse.ui |
---|
Subclasses of CoreException in org.eclipse.ui | |
---|---|
class |
PartInitException
A checked exception indicating a workbench part cannot be initialized correctly. |
class |
WorkbenchException
A checked exception indicating a recoverable error occured internal to the workbench. |
Uses of CoreException in org.eclipse.ui.plugin |
---|
Methods in org.eclipse.ui.plugin that throw CoreException | |
---|---|
void |
AbstractUIPlugin.shutdown()
Deprecated. In Eclipse 3.0, shutdown has been replaced by Plugin.stop(BundleContext context) .
Implementations of shutdown should be changed to extend
stop(BundleContext context) and call super.stop(context)
instead of super.shutdown() . Unlike super.shutdown() ,
super.stop(context) must be called as the very last thing rather
than as the very first thing. The shutdown method is called
only for plug-ins which explicitly require the
org.eclipse.core.runtime.compatibility plug-in;
in contrast, the stop method is always called. |
void |
AbstractUIPlugin.startup()
Deprecated. In Eclipse 3.0, startup has been replaced by Plugin.start(BundleContext context) .
Implementations of startup should be changed to extend
start(BundleContext context) and call super.start(context)
instead of super.startup() . Like super.startup() ,
super.stop(context) must be called as the very first thing.
The startup method is called only for plug-ins which explicitly require the
org.eclipse.core.runtime.compatibility plug-in; in contrast,
the start method is always called. |
Uses of CoreException in org.eclipse.ui.views |
---|
Methods in org.eclipse.ui.views that throw CoreException | |
---|---|
IViewPart |
IViewDescriptor.createView()
Creates an instance of the view defined in the descriptor. |
Uses of CoreException in org.eclipse.update.configuration |
---|
Methods in org.eclipse.update.configuration that throw CoreException | |
---|---|
IInstallConfiguration |
ILocalSite.addToPreservedConfigurations(IInstallConfiguration configuration)
Save the specified configuration. |
IInstallConfiguration |
ILocalSite.cloneCurrentConfiguration()
Creates a new configuration containing the same state as the specified configuration. |
void |
IConfiguredSite.configure(IFeature feature)
Configure the specified feature on this site. |
void |
IConfiguredSite.configure(IFeature feature,
IFeatureReference[] optionalFeatures,
IProgressMonitor monitor)
|
void |
IConfiguredSite.configure(IFeature feature,
IProgressMonitor monitor)
Configure the specified feature on this site. |
IConfiguredSite |
IInstallConfiguration.createConfiguredSite(java.io.File directory)
Create a new installation site, based on a local file system directory. |
IConfiguredSite |
IInstallConfiguration.createLinkedConfiguredSite(java.io.File directory)
Create a new linked site, based on a local file system directory. |
IStatus |
ILocalSite.getFeatureStatus(IFeature feature)
Indicates if the 'state' of the specified feature and its children features. |
IFeatureReference |
IConfiguredSite.install(IFeature feature,
IFeatureReference[] optionalFeatures,
IVerificationListener verificationListener,
IProgressMonitor monitor)
Install the specified feature on this site. |
IFeatureReference |
IConfiguredSite.install(IFeature feature,
IVerificationListener verificationListener,
IProgressMonitor monitor)
Install the specified feature on this site. |
boolean |
IConfiguredSite.isNativelyLinked()
Indicates if the site has been linked by a native installer. |
void |
ISessionDelta.process(IFeatureReference[] selected,
IProgressMonitor monitor)
Deprecated. Process the selected feature references of the Session Delta. |
void |
ISessionDelta.process(IProgressMonitor progressMonitor)
Deprecated. Process all the feature references of the Session Delta. |
void |
IConfiguredSite.remove(IFeature feature,
IProgressMonitor monitor)
Remove (uninstall) the specified feature from this site |
void |
ILocalSite.revertTo(IInstallConfiguration configuration,
IProgressMonitor monitor,
IProblemHandler handler)
Reverts the local site to use the specified configuration. |
boolean |
ILocalSite.save()
Saves the local site state |
boolean |
IConfiguredSite.unconfigure(IFeature feature)
Unconfigure the specified feature from this site. |
boolean |
IConfiguredSite.unconfigure(IFeature feature,
IProgressMonitor monitor)
Unconfigure the specified feature on this site. |
Uses of CoreException in org.eclipse.update.core |
---|
Methods in org.eclipse.update.core that return CoreException | |
---|---|
static CoreException |
Utilities.newCoreException(java.lang.String s,
int code,
java.lang.Throwable e)
Creates a CoreException from some other exception. |
static CoreException |
Utilities.newCoreException(java.lang.String s,
java.lang.String s1,
java.lang.String s2,
CoreException e1,
CoreException e2)
Creates a CoreException from two other CoreException |
static CoreException |
Utilities.newCoreException(java.lang.String s,
java.lang.Throwable e)
Creates a CoreException from some other exception. |
Methods in org.eclipse.update.core with parameters of type CoreException | |
---|---|
static CoreException |
Utilities.newCoreException(java.lang.String s,
java.lang.String s1,
java.lang.String s2,
CoreException e1,
CoreException e2)
Creates a CoreException from two other CoreException |
Methods in org.eclipse.update.core that throw CoreException | |
---|---|
void |
IFeatureContentConsumer.abort()
Closes this content consumer, indicating the store operations should be aborted. |
void |
IFeatureContentConsumer.addChild(IFeature feature)
Link the content consumer of the feature as a child content consumer |
java.io.File |
FeatureContentProvider.asLocalFile(ContentReference ref,
InstallMonitor monitor)
Returns the specified reference as a local file. |
ContentReference |
FeatureContentProvider.asLocalReference(ContentReference ref,
InstallMonitor monitor)
Returns the specified reference as a local file system reference. |
IFeatureReference |
IFeatureContentConsumer.close()
Closes this content consumer. |
void |
IContentConsumer.close()
Indicates successful completion of the store operations for this consumer |
void |
IInstallHandler.completeConfigure()
Called after the feature has been configured. |
void |
BaseInstallHandler.completeConfigure()
Called after the feature has been configured. |
void |
IInstallHandler.completeInstall(IFeatureContentConsumer consumer)
Called after the feature files and any downloaded plug-ins have been installed. |
void |
BaseInstallHandler.completeInstall(IFeatureContentConsumer consumer)
Called after the feature files and any downloaded plug-ins have been installed. |
void |
IInstallHandler.completeUnconfigure()
Called after the feature has been unconfigured. |
void |
BaseInstallHandler.completeUnconfigure()
Called after the feature has been unconfigured. |
void |
IInstallHandler.completeUninstall()
Called after the feature has been uninstalled. |
void |
BaseInstallHandler.completeUninstall()
Called after the feature has been uninstalled. |
void |
IInstallHandler.configureCompleted(boolean success)
Called at the end of the configure action. |
void |
BaseInstallHandler.configureCompleted(boolean success)
Called at the end of the configure action. |
void |
IInstallHandler.configureInitiated()
Called at the start of the configure action |
void |
BaseInstallHandler.configureInitiated()
Called at the start of the configure action. |
IFeature |
Site.createFeature(java.lang.String type,
java.net.URL url)
Deprecated. |
IFeature |
ISite.createFeature(java.lang.String type,
java.net.URL url)
Deprecated. use createFeature(String,URL,IProgressMonitor) instead |
IFeature |
Site.createFeature(java.lang.String type,
java.net.URL url,
IProgressMonitor monitor)
|
IFeature |
ISite.createFeature(java.lang.String type,
java.net.URL url,
IProgressMonitor monitor)
Creates a new feature object. |
IFeature |
IFeatureFactory.createFeature(java.net.URL url,
ISite site)
Deprecated. use createFeature(URL, ISite, IProgressMonitor) instead |
IFeature |
BaseFeatureFactory.createFeature(java.net.URL url,
ISite site)
Deprecated. implement createFeature(URL, ISite, IProgressMonitor) instead |
IFeature |
IFeatureFactory.createFeature(java.net.URL url,
ISite site,
IProgressMonitor monitor)
Returns a feature defined by the supplied URL. |
abstract IFeature |
BaseFeatureFactory.createFeature(java.net.URL url,
ISite site,
IProgressMonitor monitor)
Create feature. |
ISite |
ISiteFactory.createSite(java.net.URL url)
Returns a site defined by the supplied URL. |
abstract ISite |
BaseSiteFactory.createSite(java.net.URL url)
Create site. |
ISite |
ISiteFactoryExtension.createSite(java.net.URL url,
IProgressMonitor monitor)
Returns a site defined by the supplied URL. |
java.net.URL |
SiteContentProvider.getArchiveReference(java.lang.String archiveId)
|
java.net.URL |
ISiteContentProvider.getArchiveReference(java.lang.String id)
Returns a URL for the identified archive |
ContentReference[] |
IFeatureContentProvider.getArchiveReferences(InstallMonitor monitor)
Returns an array of content references of all the "packaged" archives that make up this feature. |
IFeature |
IncludedFeatureReference.getFeature()
Deprecated. use getFeature(IProgressMonitor) |
IFeature |
IIncludedFeatureReference.getFeature()
Deprecated. use getFeature(IProgressMonitor) |
IFeature |
IFeatureReference.getFeature()
Deprecated. use getFeature(IProgressMonitor) instead |
IFeature |
FeatureReference.getFeature()
Deprecated. use getFeaure(IProgressMonitor) |
IFeature |
IncludedFeatureReference.getFeature(boolean perfectMatch,
IConfiguredSite configuredSite)
Deprecated. use getFeature(IProgressMonitor) |
IFeature |
IIncludedFeatureReference.getFeature(boolean perfectMatch,
IConfiguredSite configuredSite)
Deprecated. use getFeature(IProgressMonitor) |
IFeature |
IncludedFeatureReference.getFeature(boolean perfectMatch,
IConfiguredSite configuredSite,
IProgressMonitor monitor)
Deprecated. use getFeature(IProgressMonitor) |
IFeature |
IIncludedFeatureReference.getFeature(boolean perfectMatch,
IConfiguredSite configuredSite,
IProgressMonitor monitor)
Deprecated. use getFeature(IProgressMonitor) |
protected IFeature |
FeatureReference.getFeature(IFeatureReference ref,
IProgressMonitor monitor)
Returns the feature the reference points to |
IFeature |
IncludedFeatureReference.getFeature(IProgressMonitor monitor)
|
IFeature |
IFeatureReference.getFeature(IProgressMonitor monitor)
Returns the referenced feature. |
IFeature |
FeatureReference.getFeature(IProgressMonitor monitor)
Returns the feature this reference points to |
IFeatureContentConsumer |
IFeature.getFeatureContentConsumer()
Returns the content consumer for this feature. |
IFeatureContentConsumer |
Feature.getFeatureContentConsumer()
Returns the content consumer for this feature. |
IFeatureContentProvider |
IFeature.getFeatureContentProvider()
Returns the content provider for this feature. |
IFeatureContentProvider |
Feature.getFeatureContentProvider()
Returns the content provider for this feature. |
ContentReference[] |
IFeatureContentProvider.getFeatureEntryArchiveReferences(InstallMonitor monitor)
Returns an array of content references of the "packaged" archives that contain the feature descriptive information. |
ContentReference[] |
IFeatureContentProvider.getFeatureEntryContentReferences(InstallMonitor monitor)
Returns an array of content references to the feature definition files (i.e the "logical" view of the files defining the feature). |
ContentReference |
IFeatureContentProvider.getFeatureManifestReference(InstallMonitor monitor)
Returns a content reference to the feature manifest. |
IIncludedFeatureReference[] |
IFeature.getIncludedFeatureReferences()
Returns an array of feature references included by this feature filtered by the operating system, windowing system and architecture system set in Sitemanager |
IIncludedFeatureReference[] |
Feature.getIncludedFeatureReferences()
|
static ILocalSite |
SiteManager.getLocalSite()
Returns the "local site". |
IURLEntry[] |
ISiteWithMirrors.getMirrorSiteEntries()
Returns an array of mirror sites that contain the same features/plugins. |
ContentReference[] |
IFeatureContentProvider.getNonPluginEntryArchiveReferences(INonPluginEntry nonPluginEntry,
InstallMonitor monitor)
Returns an array of content references of the "packaged" archives that contain the files for the specified non-plug-in entry. |
IPluginEntry[] |
Site.getPluginEntriesOnlyReferencedBy(IFeature feature)
Returns an array of entries corresponding to plug-ins that are installed on this site and are referenced only by the specified feature. |
IPluginEntry[] |
ISite.getPluginEntriesOnlyReferencedBy(IFeature feature)
Returns an array of entries corresponding to plug-ins that are installed on this site and are referenced only by the specified feature. |
ContentReference[] |
IFeatureContentProvider.getPluginEntryArchiveReferences(IPluginEntry pluginEntry,
InstallMonitor monitor)
Returns an array of content references of the "packaged" archives that contain the files for the specified plug-in entry. |
ContentReference[] |
IFeatureContentProvider.getPluginEntryContentReferences(IPluginEntry pluginEntry,
InstallMonitor monitor)
Returns an array of content references to the files implementing the specified plug-in. |
IIncludedFeatureReference[] |
IFeature.getRawIncludedFeatureReferences()
Returns an array of feature references included by this feature No filtering occurs |
IIncludedFeatureReference[] |
Feature.getRawIncludedFeatureReferences()
Returns an array of feature references included by this feature |
static ISite |
SiteManager.getSite(java.net.URL siteURL)
Deprecated. use getSite(URL,IPogressMonitor) instead |
static ISite |
SiteManager.getSite(java.net.URL siteURL,
boolean usesCache)
Deprecated. use getSite(URL,boolean,IPogressMonitor) instead |
static ISite |
SiteManager.getSite(java.net.URL siteURL,
boolean usesCache,
IProgressMonitor monitor)
Returns a site object for the site specified by the argument URL. |
static ISite |
SiteManager.getSite(java.net.URL siteURL,
IProgressMonitor monitor)
Returns a site object for the site specified by the argument URL. |
ISiteContentProvider |
Site.getSiteContentProvider()
Returns the content provider for this site. |
ISiteContentProvider |
ISite.getSiteContentProvider()
Returns the content provider for this site. |
IVerifier |
IFeatureContentProvider.getVerifier()
Returns the verifier for this feature. |
VersionedIdentifier |
IFeatureReference.getVersionedIdentifier()
Returns the feature identifier. |
static void |
SiteManager.handleNewChanges()
Deprecated. Do not use this method |
void |
IInstallHandler.initialize(int type,
IFeature feature,
IInstallHandlerEntry entry,
InstallMonitor monitor)
Initialize the install handler. |
void |
BaseInstallHandler.initialize(int type,
IFeature feature,
IInstallHandlerEntry entry,
InstallMonitor monitor)
Initialize the install handler. |
IFeatureReference |
Site.install(IFeature sourceFeature,
IFeatureReference[] optionalFeatures,
IFeatureContentConsumer parentContentConsumer,
IVerifier parentVerifier,
IVerificationListener verificationListener,
IProgressMonitor progress)
Install the specified feature on this site using the content consumer as a context to install the feature in. |
IFeatureReference |
Site.install(IFeature sourceFeature,
IFeatureReference[] optionalFeatures,
IVerificationListener verificationListener,
IProgressMonitor progress)
Install the specified feature and listed optional features on this site. |
IFeatureReference |
ISite.install(IFeature feature,
IFeatureReference[] optionalfeatures,
IVerificationListener verificationListener,
IProgressMonitor monitor)
Installs the specified feature on this site. |
IFeatureReference |
IFeature.install(IFeature targetFeature,
IFeatureReference[] optionalFeatures,
IVerificationListener verificationListener,
IProgressMonitor monitor)
Install the contents of this feature into the specified target feature. |
IFeatureReference |
Feature.install(IFeature targetFeature,
IFeatureReference[] optionalfeatures,
IVerificationListener verificationListener,
IProgressMonitor progress)
Install the contents of this feature into the specified target feature. |
IFeatureReference |
Site.install(IFeature sourceFeature,
IVerificationListener verificationListener,
IProgressMonitor progress)
Install the specified feature and all optional features on this site. |
IFeatureReference |
ISite.install(IFeature feature,
IVerificationListener verificationListener,
IProgressMonitor monitor)
Installs the specified feature on this site. |
IFeatureReference |
IFeature.install(IFeature targetFeature,
IVerificationListener verificationListener,
IProgressMonitor monitor)
Install the contents of this feature into the specified target feature. |
IFeatureReference |
Feature.install(IFeature targetFeature,
IVerificationListener verificationListener,
IProgressMonitor progress)
Install the contents of this feature into the specified target feature. |
void |
IInstallHandler.installCompleted(boolean success)
Called at the end of the install action. |
void |
BaseInstallHandler.installCompleted(boolean success)
Called at the end of the install action. |
void |
IInstallHandler.installInitiated()
Called at the start of the install action. |
void |
BaseInstallHandler.installInitiated()
Called at the start of the install action. |
void |
IInstallHandler.nonPluginDataDownloaded(INonPluginEntry[] nonPluginData,
IVerificationListener listener)
Called after files corresponding to non-plug-in entries have been downloaded. |
void |
BaseInstallHandler.nonPluginDataDownloaded(INonPluginEntry[] nonPluginData,
IVerificationListener listener)
Called after files corresponding to non-plug-in entries have been downloaded. |
IContentConsumer |
IFeatureContentConsumer.open(INonPluginEntry nonPluginEntry)
Opens a generic content consumer for the specified non-plug-in entry. |
IContentConsumer |
IFeatureContentConsumer.open(IPluginEntry pluginEntry)
Opens a generic content consumer for the specified plug-in entry. |
void |
IInstallHandler.pluginsDownloaded(IPluginEntry[] plugins)
Called after files corresponding to plug-in entries have been downloaded, but before they are actully unpacked and installed. |
void |
BaseInstallHandler.pluginsDownloaded(IPluginEntry[] plugins)
Called after files corresponding to plug-in entries have been downloaded, but before they are actully unpacked and installed. |
void |
Site.remove(IFeature feature,
IProgressMonitor progress)
Remove (uninstall) the specified feature from this site. |
void |
ISite.remove(IFeature feature,
IProgressMonitor monitor)
Removes (uninstalls) the specified feature from this site. |
void |
IFeature.setSite(ISite site)
Sets the site for this feature. |
void |
Feature.setSite(ISite site)
Sets the site for this feature. |
void |
IFeatureReference.setURL(java.net.URL url)
Sets the feature reference URL. |
void |
FeatureReference.setURL(java.net.URL url)
Sets the feature reference URL. |
void |
IFeatureContentConsumer.store(ContentReference contentReference,
IProgressMonitor monitor)
Store a feature file. |
void |
IContentConsumer.store(ContentReference contentReference,
IProgressMonitor monitor)
Stores a file. |
void |
IInstallHandler.unconfigureCompleted(boolean success)
Called at the end of the unconfigure action. |
void |
BaseInstallHandler.unconfigureCompleted(boolean success)
Called at the end of the unconfigure action. |
void |
IInstallHandler.unconfigureInitiated()
Called at the start of the unconfigure action |
void |
BaseInstallHandler.unconfigureInitiated()
Called at the start of the unconfigure action. |
void |
IInstallHandler.uninstallCompleted(boolean success)
Called at the end of the uninstall action. |
void |
BaseInstallHandler.uninstallCompleted(boolean success)
Called at the end of the uninstall action. |
void |
IInstallHandler.uninstallInitiated()
Called at the start of the uninstall action |
void |
BaseInstallHandler.uninstallInitiated()
Called at the start of the uninstall action. |
abstract IVerificationResult |
Verifier.verify(IFeature feature,
ContentReference reference,
boolean isFeatureVerification,
InstallMonitor monitor)
|
IVerificationResult |
IVerifier.verify(IFeature feature,
ContentReference reference,
boolean isFeatureVerification,
InstallMonitor monitor)
Perform verification of the specified archive. |
Uses of CoreException in org.eclipse.update.core.model |
---|
Subclasses of CoreException in org.eclipse.update.core.model | |
---|---|
class |
InstallAbortedException
Exception thrown when the user cancelled an installation. |
Methods in org.eclipse.update.core.model that throw CoreException | |
---|---|
FeatureModel |
FeatureModelFactory.parseFeature(java.io.InputStream stream)
Creates and populates a default feature from stream. |
FeatureModel |
FeatureModelFactory.parseFeature(java.io.InputStream stream,
java.lang.String location)
Creates and populates a default feature from stream. |
SiteModel |
SiteModelFactory.parseSite(java.io.InputStream stream,
java.net.URL url)
Creates and populates a default site from stream. |
Uses of CoreException in org.eclipse.update.operations |
---|
Methods in org.eclipse.update.operations that throw CoreException | |
---|---|
boolean |
IOperation.execute(IProgressMonitor pm,
IOperationListener listener)
Executes operation. |
Uses of CoreException in org.eclipse.update.search |
---|
Methods in org.eclipse.update.search that throw CoreException | |
---|---|
void |
UpdateSearchRequest.performSearch(IUpdateSearchResultCollector collector,
IProgressMonitor monitor)
Runs the search using the category and scope configured into this request. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |