Uses of Class
org.eclipse.core.runtime.CoreException
Packages that use CoreException
Package
Description
Provides support for running the Ant build tool in the platform.
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
Support for compare and merge viewers which show the
content side-by-side.
Provides support for applying and working with patches.
Provides support for finding and displaying the differences
between hierarchically structured data.
Application programming interfaces for the expression language.
Provides the API for accessing file buffers.
Provides the API for manipulating file buffers.
Provides an interface for interacting with a file system.
Provides an API to be extended by a file system implementation.
Provides support for the management of platform level proxy settings.
Provides basic support for managing a workspace and
its resources.
Provides APIs intended to be implemented by the resource filter matchers.
Provides APIs for integrating application models with the workspace
Provides support for the runtime platform, core utility methods and the extension registry.
Provides core support for content types.
Provides core support for Eclipse preferences.
Extension registry infrastructure for service providers
Provides support for defining and contributing variables for the purpose of
string substitution.
Provides support for launching programs, breakpoint management, expression management,
and debug events.
Provides a set of interfaces for common debug commands.
Defines interfaces for debug model elements, source lookup, and launching.
Provides support for source lookup.
Provides implementations of common source containers supporting source lookup.
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
Provides a set of actions related to running and debugging applications.
Provides classes and interfaces to render memory blocks in the memory view.
Provides a user interface for debug platform source lookup facilities.
Provides core support for interacting with a p2-based provisioning system
Provides the ability to add participants to help search and is responsible
for creating search indices.
Provides the ability to specify the web server to be used by the help system.
Provides an implementation of IWorkbenchWindowActionDelegate
for opening a URL in a browser.
Application programmer interface to implement semantic preserving workspace transformations.
Application programming interface to query refactoring history information from the refactoring infrastructure.
Application programming interface to support logical models.
Application programming interface to participant in existing rename, move and delete refactorings
if the refactoring provider supports participation.
Application programmer interface to implement resource dependend refactorings.
Application programming interface to implement a wizard based user interface for refactorings.
Application programming interface to display and preview refactoring history information.
Application programming interface to provide model integration for refactoring histories.
Classes giving access to the file (text) search functionality.
Provides the base classes to implement a search result view part for searches with textual matches.
Application programming interfaces for defining and working with repository providers.
Application programming interfaces for describing the history associated with
files.
Application programming interfaces for importing projects into the workspace.
Application programming interfaces for working with resource mappings.
Application programming interfaces for working with resource mappings.
Application programming interfaces for generating and refreshing
synchronization state.
Provides basic support for managing Team providers.
Application programming interfaces for working with history.
Application programming interfaces for working with resource mappings.
Contains the team synchronization presentation framework and support
for the Synchronize View.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface.
Provides support for working with cheat sheets.
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
Provides a standard text editor and concrete document providers based
IFileBuffer and others directly handling IFile and
IStorage as editor input.APIs for the IDE-specific portion of the Eclipse Platform User Interface.
APIs that provide undo and redo behavior for operations that manipulate
the workspace.
Provides a mechanism to add a preference page to customize welcome.
Provides the public API and default implementation for contributing menu
and toolbars to the menu service.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
Class hierarchies for plug-ins that integrate with
the Eclipse Platform UI.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Provides a framework for text editors obeying to the
desktop rules.
Provides interfaces to for the
org.eclipse.ui.editors.quickDiffReferenceProvider
extension point and adds an action to enable quick diff display for an editor.Provides interfaces and classes for the
org.eclipse.ui.workbench.texteditor.rulerColumns.Partial infrastructure for spell checking in text editors.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Utility classes for working with markers in views
Application programming interfaces for interaction with and extension of the Eclipse
Platform User Interface wizard support.
-
Uses of CoreException in org.eclipse.ant.core
Methods in org.eclipse.ant.core that throw CoreExceptionModifier and TypeMethodDescriptionAntRunner.getAvailableTargets()Returns the buildfile target information.protected voidAntRunner.handleInvocationTargetException(Object runner, Class<?> classInternalAntRunner, InvocationTargetException e) protected voidAntRunner.problemLoadingClass(Throwable e) voidAntRunner.run()Runs the build file.voidAntRunner.run(IProgressMonitor monitor) Runs the build file. -
Uses of CoreException in org.eclipse.compare
Methods in org.eclipse.compare that throw CoreExceptionModifier and TypeMethodDescriptionvoidISharedDocumentAdapter.connect(IDocumentProvider provider, IEditorInput documentKey) Connect the given element to its document provider.voidSharedDocumentAdapter.connect(IDocumentProvider provider, IEditorInput documentKey) protected abstract InputStreamBufferedContent.createStream()Creates and returns a stream for reading the contents.protected InputStreamResourceNode.createStream()Returns an open stream if the corresponding resource implements theIStorageinterface.voidISharedDocumentAdapter.flushDocument(IDocumentProvider provider, IEditorInput documentKey, IDocument document, boolean overwrite) Flush the contents of the given document into the typed element that provided the document.HistoryItem.getCharset()IEncodedStreamContentAccessor.getCharset()Returns the name of a charset encoding to be used when decoding this stream accessor's contents into characters.BufferedContent.getContents()HistoryItem.getContents()IStreamContentAccessor.getContents()Returns an openInputStreamfor this object which can be used to retrieve the object's content.ResourceNode.getContents()voidCompareEditorInput.saveChanges(IProgressMonitor monitor) Saves any unsaved changes.protected voidSharedDocumentAdapter.saveDocument(IDocumentProvider provider, IEditorInput documentKey, IDocument document, boolean overwrite, IProgressMonitor monitor) A helper method to save a document. -
Uses of CoreException in org.eclipse.compare.contentmergeviewer
Methods in org.eclipse.compare.contentmergeviewer that throw CoreExceptionModifier and TypeMethodDescriptionvoidContentMergeViewer.save(IProgressMonitor monitor) Deprecated. -
Uses of CoreException in org.eclipse.compare.internal
Methods in org.eclipse.compare.internal with parameters of type CoreExceptionModifier and TypeMethodDescriptionstatic voidExceptionHandler.handle(CoreException e, String title, String message) Handles the givenCoreException.static voidExceptionHandler.handle(CoreException e, Shell parent, String title, String message) Handles the givenCoreException.protected voidExceptionHandler.perform(CoreException e, Shell shell, String title, String message) Methods in org.eclipse.compare.internal that throw CoreExceptionModifier and TypeMethodDescriptionvoidBufferedResourceNode.commit(IProgressMonitor pm) static StringUtilities.readString(IStreamContentAccessor sa) static StringUtilities.readString(IStreamContentAccessor sca, String encoding) -
Uses of CoreException in org.eclipse.compare.patch
Methods in org.eclipse.compare.patch that throw CoreExceptionModifier and TypeMethodDescriptionabstract ReaderReaderCreator.createReader()Creates new reader.IFilePatchResult.getCharset()Returns the name of a charset encoding to be used when decoding the contents of this result into characters.IHunk.getCharset()Deprecated.This method can be called before the first attempt to apply the hunk when it is impossible to determine the encoding and in this case it always returns null.static booleanReturn whether the given storage contains a patch.static IFilePatch[]ApplyPatchOperation.parsePatch(IStorage storage) Parse the given patch and return the set of file patches that it contains.static IFilePatch2[]PatchParser.parsePatch(ReaderCreator content) Parse the given patch and return the set of file patches that it contains. -
Uses of CoreException in org.eclipse.compare.structuremergeviewer
Methods in org.eclipse.compare.structuremergeviewer that throw CoreExceptionModifier and TypeMethodDescriptionvoidSharedDocumentAdapterWrapper.connect(IDocumentProvider provider, IEditorInput documentKey) IStructureCreator2.createElement(Object element, Object input, IProgressMonitor monitor) Creates the single node specified by path from the given input object.StructureCreator.createElement(Object element, Object input, IProgressMonitor monitor) Default implementation ofStructureCreator.createElement(Object, Object, IProgressMonitor)that usesStructureCreator.getPath(Object, Object)to determine the path for the element,StructureCreator.createStructure(Object, IProgressMonitor)to create the structure andStructureCreator.findElement(IStructureComparator, String[])to find the element in the structure.IStructureCreator2.createStructure(Object input, IProgressMonitor monitor) Creates a tree structure consisting ofIStructureComparators from the given object and returns its root object.StructureCreator.createStructure(Object element, IProgressMonitor monitor) protected abstract IStructureComparatorStructureCreator.createStructureComparator(Object element, IDocument document, ISharedDocumentAdapter sharedDocumentAdapter, IProgressMonitor monitor) Creates anIStructureComparatorfor the given element using the contents available in the given document.voidSharedDocumentAdapterWrapper.flushDocument(IDocumentProvider provider, IEditorInput documentKey, IDocument document, boolean overwrite) -
Uses of CoreException in org.eclipse.core.expressions
Methods in org.eclipse.core.expressions that throw CoreExceptionModifier and TypeMethodDescriptionabstract ExpressionElementHandler.create(ExpressionConverter converter, IConfigurationElement config) Creates the corresponding expression for the given configuration element.ElementHandler.create(ExpressionConverter converter, Element element) Creates the corresponding expression for the given DOM element.AndExpression.evaluate(IEvaluationContext context) CountExpression.evaluate(IEvaluationContext context) EqualsExpression.evaluate(IEvaluationContext context) abstract EvaluationResultExpression.evaluate(IEvaluationContext context) Evaluates this expression.OrExpression.evaluate(IEvaluationContext context) ReferenceExpression.evaluate(IEvaluationContext context) TestExpression.evaluate(IEvaluationContext context) WithExpression.evaluate(IEvaluationContext context) protected EvaluationResultCompositeExpression.evaluateAnd(IEvaluationContext scope) protected EvaluationResultCompositeExpression.evaluateOr(IEvaluationContext scope) IPropertyTester.instantiate()Loads the implementation class for this property tester and returns an instance of this class.ExpressionConverter.perform(IConfigurationElement root) Converts the tree of configuration elements represented by the given root element and returns a corresponding expression tree.Converts the tree of DOM elements represented by the given root element and returns a corresponding expression tree.protected voidElementHandler.processChildren(ExpressionConverter converter, IConfigurationElement element, CompositeExpression expression) Converts the children of the given configuration element and adds them to the given composite expression.protected voidElementHandler.processChildren(ExpressionConverter converter, Element element, CompositeExpression expression) Converts the children of the given DOM element and adds them to the given composite expression.Resolves a variable for the given name and arguments.EvaluationContext.resolveVariable(String name, Object[] args) IEvaluationContext.resolveVariable(String name, Object[] args) Resolves a variable for the given name and arguments.Constructors in org.eclipse.core.expressions that throw CoreExceptionModifierConstructorDescriptionEqualsExpression(IConfigurationElement element) EqualsExpression(Element element) ReferenceExpression(IConfigurationElement element) ReferenceExpression(Element element) TestExpression(IConfigurationElement element) TestExpression(Element element) WithExpression(IConfigurationElement configElement) WithExpression(Element element) -
Uses of CoreException in org.eclipse.core.filebuffers
Methods in org.eclipse.core.filebuffers that throw CoreExceptionModifier and TypeMethodDescriptionvoidIFileBuffer.commit(IProgressMonitor monitor, boolean overwrite) Commits this file buffer by changing the contents of the underlying file to the contents of this file buffer.voidTransforms the current transient state of the annotation model into a persistent state.voidIFileBufferManager.connect(IPath location, LocationKind locationKind, IProgressMonitor monitor) Connects the file at the given location to this manager.voidIFileBufferManager.connect(IPath location, IProgressMonitor monitor) Deprecated.As of 3.3, replaced byIFileBufferManager.connect(IPath, LocationKind, IProgressMonitor)voidIFileBufferManager.connectFileStore(IFileStore fileStore, IProgressMonitor monitor) Connects the given file store to this manager.voidIFileBufferManager.disconnect(IPath location, LocationKind locationKind, IProgressMonitor monitor) Disconnects the file at the given location from this manager.voidIFileBufferManager.disconnect(IPath location, IProgressMonitor monitor) Deprecated.As of 3.3, replaced byIFileBufferManager.disconnect(IPath, LocationKind, IProgressMonitor)voidIFileBufferManager.disconnectFileStore(IFileStore fileStore, IProgressMonitor monitor) Disconnects the given file store from this manager.IFileBuffer.getContentType()Returns the content type of this file buffer ornullif none could be determined.voidIPersistableAnnotationModel.reinitialize(IDocument document) Forces this annotation model to re-initialize from the persistent state.voidIFileBuffer.revert(IProgressMonitor monitor) Reverts the contents of this file buffer to the content of its underlying file.voidChanges the current transient state of the annotation model to match the last persisted state.voidIFileBuffer.validateState(IProgressMonitor monitor, Object computationContext) Validates the state of this file buffer and tries to bring the buffer's underlying file into a state in which it can be modified.voidIFileBufferManager.validateState(IFileBuffer[] fileBuffers, IProgressMonitor monitor, Object computationContext) Validates the state of the given file buffers and tries to bring the buffer's underlying file into a state in which it can be modified. -
Uses of CoreException in org.eclipse.core.filebuffers.manipulation
Methods in org.eclipse.core.filebuffers.manipulation that throw CoreExceptionModifier and TypeMethodDescriptionprotected voidFileBufferOperationRunner.commit(IFileBuffer[] fileBuffers, IProgressMonitor progressMonitor) protected voidGenericFileBufferOperationRunner.commit(IFileBuffer[] fileBuffers, IProgressMonitor progressMonitor) protected MultiTextEditWithProgressConvertLineDelimitersOperation.computeTextEdit(ITextFileBuffer fileBuffer, IProgressMonitor progressMonitor) protected MultiTextEditWithProgressRemoveTrailingWhitespaceOperation.computeTextEdit(ITextFileBuffer fileBuffer, IProgressMonitor progressMonitor) protected abstract MultiTextEditWithProgressTextFileBufferOperation.computeTextEdit(ITextFileBuffer textFileBuffer, IProgressMonitor progressMonitor) Computes and returns a text edit.ContainerCreator.createContainer(IProgressMonitor progressMonitor) Creates this container.protected voidGenericFileBufferOperationRunner.doCommit(IFileBuffer[] fileBuffers, IProgressMonitor progressMonitor) voidGenericFileBufferOperationRunner.execute(IPath[] locations, IFileBufferOperation operation, IProgressMonitor monitor) Executes the given operation for all file buffers specified by the given locations.voidIFileBufferOperation.run(IFileBuffer fileBuffer, IProgressMonitor monitor) Runs this operation, that is manipulates the content of the given file buffer.voidTextFileBufferOperation.run(IFileBuffer fileBuffer, IProgressMonitor progressMonitor) -
Uses of CoreException in org.eclipse.core.filesystem
Methods in org.eclipse.core.filesystem that throw CoreExceptionModifier and TypeMethodDescriptionIFileStore.childInfos(int options, IProgressMonitor monitor) Returns anIFileInfoinstance for each file and directory contained within this store.String[]IFileStore.childNames(int options, IProgressMonitor monitor) Returns the names of the files and directories contained within this store.IFileStore.childStores(int options, IProgressMonitor monitor) Returns anIFileStoreinstance for each file and directory contained within this store.voidIFileStore.copy(IFileStore destination, int options, IProgressMonitor monitor) Copies the file represented by this store to the provided destination store.voidIFileStore.delete(int options, IProgressMonitor monitor) Deletes the files and directories represented by this store.IFileSystem.fetchFileTree(IFileStore root, IProgressMonitor monitor) Returns a file tree containing information about the complete sub-tree rooted at the given store.IFileStore.fetchInfo(int options, IProgressMonitor monitor) Fetches and returns information about this file from the underlying file system.static IFileSystemEFS.getFileSystem(String scheme) Returns a file system corresponding to the given scheme.static IFileStoreReturns the file store corresponding to the provided URI.IFileStore.mkdir(int options, IProgressMonitor monitor) Creates a directory, and optionally its parent directories.voidIFileStore.move(IFileStore destination, int options, IProgressMonitor monitor) Moves the file represented by this store to the provided destination store.IFileStore.openInputStream(int options, IProgressMonitor monitor) Returns an open input stream on the contents of this file.IFileStore.openOutputStream(int options, IProgressMonitor monitor) Returns an open output stream on the contents of this file.voidIFileStore.putInfo(IFileInfo info, int options, IProgressMonitor monitor) Writes information about this file to the underlying file system.default byte[]IFileStore.readAllBytes(int options, IProgressMonitor monitor) Returns the bytes contents of this file.IFileStore.toLocalFile(int options, IProgressMonitor monitor) Returns a file in the local file system with the same state as this file.default voidIFileStore.write(byte[] content, int options, IProgressMonitor monitor) Writes the contents to this file. -
Uses of CoreException in org.eclipse.core.filesystem.provider
Methods in org.eclipse.core.filesystem.provider that throw CoreExceptionModifier and TypeMethodDescriptionFileStore.childInfos(int options, IProgressMonitor monitor) The default implementation ofIFileStore.childInfos(int, IProgressMonitor).abstract String[]FileStore.childNames(int options, IProgressMonitor monitor) FileStore.childStores(int options, IProgressMonitor monitor) The default implementation ofIFileStore.childStores(int, IProgressMonitor).voidFileStore.copy(IFileStore destination, int options, IProgressMonitor monitor) The default implementation ofIFileStore.copy(IFileStore, int, IProgressMonitor).protected voidFileStore.copyDirectory(IFileInfo sourceInfo, IFileStore destination, int options, IProgressMonitor monitor) Recursively copies a directory as specified byIFileStore.copy(IFileStore, int, IProgressMonitor).protected voidFileStore.copyFile(IFileInfo sourceInfo, IFileStore destination, int options, IProgressMonitor monitor) Copies a file as specified byIFileStore.copy(IFileStore, int, IProgressMonitor).voidFileStore.delete(int options, IProgressMonitor monitor) The default implementation ofIFileStore.delete(int, IProgressMonitor).FileSystem.fetchFileTree(IFileStore root, IProgressMonitor monitor) Returns a file tree containing information about the complete sub-tree rooted at the given store.abstract IFileInfoFileStore.fetchInfo(int options, IProgressMonitor monitor) FileStore.mkdir(int options, IProgressMonitor monitor) The default implementation ofIFileStore.mkdir(int, IProgressMonitor).voidFileStore.move(IFileStore destination, int options, IProgressMonitor monitor) The default implementation ofIFileStore.move(IFileStore, int, IProgressMonitor).abstract InputStreamFileStore.openInputStream(int options, IProgressMonitor monitor) FileStore.openOutputStream(int options, IProgressMonitor monitor) The default implementation ofIFileStore.openOutputStream(int, IProgressMonitor).voidFileStore.putInfo(IFileInfo info, int options, IProgressMonitor monitor) The default implementation ofIFileStore.putInfo(IFileInfo, int, IProgressMonitor).FileStore.toLocalFile(int options, IProgressMonitor monitor) The default implementation ofIFileStore.toLocalFile(int, IProgressMonitor). -
Uses of CoreException in org.eclipse.core.net.proxy
Methods in org.eclipse.core.net.proxy that throw CoreExceptionModifier and TypeMethodDescriptionvoidIProxyService.setNonProxiedHosts(String[] hosts) Sets the list of hosts for which non proxy should be used.voidIProxyService.setProxyData(IProxyData[] proxies) Sets the information associated with known proxy types. -
Uses of CoreException in org.eclipse.core.resources
Methods in org.eclipse.core.resources that throw CoreExceptionModifier and TypeMethodDescriptionvoidIResource.accept(IResourceProxyVisitor visitor, int memberFlags) Accepts the given visitor for an optimized traversal.voidIResource.accept(IResourceProxyVisitor visitor, int depth, int memberFlags) Accepts the given visitor for an optimized traversal.voidIResource.accept(IResourceVisitor visitor) Accepts the given visitor.voidIResource.accept(IResourceVisitor visitor, int depth, boolean includePhantoms) Accepts the given visitor.voidIResource.accept(IResourceVisitor visitor, int depth, int memberFlags) Accepts the given visitor.voidIResourceDelta.accept(IResourceDeltaVisitor visitor) Accepts the given visitor.voidIResourceDelta.accept(IResourceDeltaVisitor visitor, boolean includePhantoms) Accepts the given visitor.voidIResourceDelta.accept(IResourceDeltaVisitor visitor, int memberFlags) Accepts the given visitor.voidISynchronizer.accept(QualifiedName partner, IResource start, IResourceVisitor visitor, int depth) Visits the given resource and its descendents with the specified visitor if sync information for the given sync partner is found on the resource.IWorkspace.addSaveParticipant(String pluginId, ISaveParticipant participant) Registers the given plug-in's workspace save participant, and returns an object describing the workspace state at the time of the last save in which the bundle participated.IWorkspace.addSaveParticipant(Plugin plugin, ISaveParticipant participant) Deprecated.voidIFile.appendContents(InputStream source, boolean force, boolean keepHistory, IProgressMonitor monitor) Appends the entire contents of the given stream to this file.voidIFile.appendContents(InputStream source, int updateFlags, IProgressMonitor monitor) Appends the entire contents of the given stream to this file.protected abstract IProject[]IncrementalProjectBuilder.build(int kind, Map<String, String> args, IProgressMonitor monitor) Runs this builder in the specified manner.voidInvokes thebuildmethod of the specified builder for this project.voidIProject.build(int kind, IProgressMonitor monitor) Builds this project.voidIProject.build(IBuildConfiguration config, int kind, IProgressMonitor monitor) Builds a specific build configuration of this project.voidIWorkspace.build(int kind, IProgressMonitor monitor) Builds all projects in this workspace.voidIWorkspace.build(IBuildConfiguration[] buildConfigs, int kind, boolean buildReferences, IProgressMonitor monitor) Build the build configurations specified in the passed in build configuration array.voidIIncrementalProjectBuilder2.clean(Map<String, String> args, IProgressMonitor monitor) Clean is an opportunity for a builder to discard any additional state that has been computed as a result of previous builds.protected voidIncrementalProjectBuilder.clean(IProgressMonitor monitor) Clean is an opportunity for a builder to discard any additional state that has been computed as a result of previous builds.voidIResource.clearHistory(IProgressMonitor monitor) Removes the local history of this resource and its descendents.voidIProject.close(IProgressMonitor monitor) Closes this project.voidIProjectNature.configure()Configures this nature for its project.IPathVariableManager.convertToRelative(URI path, boolean force, String variableHint) Converts an absolute path to path relative to some defined variable.voidIResource.copy(IProjectDescription description, boolean force, IProgressMonitor monitor) Makes a copy of this project using the given project description.voidIResource.copy(IProjectDescription description, int updateFlags, IProgressMonitor monitor) Makes a copy of this project using the given project description.voidIResource.copy(IPath destination, boolean force, IProgressMonitor monitor) Makes a copy of this resource at the given path.voidIResource.copy(IPath destination, int updateFlags, IProgressMonitor monitor) Makes a copy of this resource at the given path.IWorkspace.copy(IResource[] resources, IPath destination, boolean force, IProgressMonitor monitor) Copies the given sibling resources so that they are located as members of the resource at the given path; the names of the copies are the same as the corresponding originals.IWorkspace.copy(IResource[] resources, IPath destination, int updateFlags, IProgressMonitor monitor) Copies the given sibling resources so that they are located as members of the resource at the given path; the names of the copies are the same as the corresponding originals.default voidIFile.create(byte[] content, boolean force, boolean derived, IProgressMonitor monitor) Creates the file with the given content as byte array.default voidIFile.create(byte[] content, int createFlags, IProgressMonitor monitor) Creates the file with the given content as byte array.voidIFile.create(InputStream source, boolean force, IProgressMonitor monitor) Creates a new file resource as a member of this handle's parent resource.voidIFile.create(InputStream source, int updateFlags, IProgressMonitor monitor) Creates a new file resource as a member of this handle's parent resource.voidIFolder.create(boolean force, boolean local, IProgressMonitor monitor) Creates a new folder resource as a member of this handle's parent resource.voidIFolder.create(int updateFlags, boolean local, IProgressMonitor monitor) Creates a new folder resource as a member of this handle's parent resource.voidIProject.create(IProjectDescription description, int updateFlags, IProgressMonitor monitor) Creates a new project resource in the workspace using the given project description.voidIProject.create(IProjectDescription description, IProgressMonitor monitor) Creates a new project resource in the workspace using the given project description.voidIProject.create(IProgressMonitor monitor) Creates a new project resource in the workspace with files in the default location in the local file system.IContainer.createFilter(int type, FileInfoMatcherDescription matcherDescription, int updateFlags, IProgressMonitor monitor) Adds a new filter to this container.voidIFile.createLink(URI location, int updateFlags, IProgressMonitor monitor) Creates a new file resource as a member of this handle's parent resource.voidIFile.createLink(IPath localLocation, int updateFlags, IProgressMonitor monitor) Creates a new file resource as a member of this handle's parent resource.voidIFolder.createLink(URI location, int updateFlags, IProgressMonitor monitor) Creates a new folder resource as a member of this handle's parent resource.voidIFolder.createLink(IPath localLocation, int updateFlags, IProgressMonitor monitor) Creates a new folder resource as a member of this handle's parent resource.IResource.createMarker(String type) Creates and returns the marker with the specified type on this resource.default IMarkerIResource.createMarker(String type, Map<String, ? extends Object> attributes) Creates and returns the marker with the specified type on this resource.voidIProjectNature.deconfigure()De-configures this nature for its project.voidIFile.delete(boolean force, boolean keepHistory, IProgressMonitor monitor) Deletes this file from the workspace.voidIFolder.delete(boolean force, boolean keepHistory, IProgressMonitor monitor) Deletes this resource from the workspace.voidIMarker.delete()Deletes this marker from its associated resource.voidIProject.delete(boolean deleteContent, boolean force, IProgressMonitor monitor) Deletes this project from the workspace.voidIResource.delete(boolean force, IProgressMonitor monitor) Deletes this resource from the workspace.voidIResource.delete(int updateFlags, IProgressMonitor monitor) Deletes this resource from the workspace.voidIResourceFilterDescription.delete(int updateFlags, IProgressMonitor monitor) Deletes this filter description from its associated resource.IWorkspace.delete(IResource[] resources, boolean force, IProgressMonitor monitor) Deletes the given resources.IWorkspace.delete(IResource[] resources, int updateFlags, IProgressMonitor monitor) Deletes the given resources.voidIWorkspaceRoot.delete(boolean deleteContent, boolean force, IProgressMonitor monitor) Deletes everything in the workspace except the workspace root resource itself.voidIResource.deleteMarkers(String type, boolean includeSubtypes, int depth) Deletes all markers on this resource of the given type, and, optionally, deletes such markers from its children.voidIWorkspace.deleteMarkers(IMarker[] markers) Removes the given markers from the resources with which they are associated.IFile[]IContainer.findDeletedMembersWithHistory(int depth, IProgressMonitor monitor) Returns a list of recently deleted files inside this container that have one or more saved states in the local history.IResource.findMarker(long id) Returns the marker with the specified id on this resource, Returnsnullif there is no matching marker.IMarker[]IResource.findMarkers(String type, boolean includeSubtypes, int depth) Returns all markers of the specified type on this resource, and, optionally, on its children.intIResource.findMaxProblemSeverity(String type, boolean includeSubtypes, int depth) Returns the maximum value of theIMarker.SEVERITYattribute across markers of the specified type on this resource, and, optionally, on its children.voidISynchronizer.flushSyncInfo(QualifiedName partner, IResource resource, int depth) Discards the named partner's synchronization information associated with the specified resource and its descendents to the specified depth.IProject.getActiveBuildConfig()Returns the active build configuration for the project.IMarker.getAttribute(String attributeName) Returns the attribute with the given name.IMarker.getAttributes()Returns a map with all the attributes for the marker.Object[]IMarker.getAttributes(String[] attributeNames) Returns the attributes with the given names.IProject.getBuildConfig(String configName) Returns the projectIBuildConfigurationwith the given name for this project.IProject.getBuildConfigs()Returns the build configurations for this project.IEncodedStorage.getCharset()Returns the name of a charset encoding to be used when decoding this storage's contents into characters.IFile.getCharset()Returns the name of a charset to be used when decoding the contents of this file into characters.IFile.getCharset(boolean checkImplicit) Returns the name of a charset to be used when decoding the contents of this file into characters.IFile.getCharsetFor(Reader reader) Returns the name of a charset to be used to encode the given contents when saving to this file.IFile.getContentDescription()Returns a description for this file's current contents.IFile.getContents()Returns an open input stream on the contents of this file.IFile.getContents(boolean force) This refinement of the correspondingIStoragemethod returns an open input stream on the contents of this file.IFileState.getContents()Returns an open input stream on the contents of this file state.IStorage.getContents()Returns an open input stream on the contents of this storage.IProject.getContentTypeMatcher()Returns this project's content type matcher.longIMarker.getCreationTime()Returns the time at which this marker was created.IContainer.getDefaultCharset()Returns the default charset for resources in this container.IContainer.getDefaultCharset(boolean checkImplicit) Returns the default charset for resources in this container.IProject.getDefaultLineSeparator()Returns line separator appropriate for new files in the given project.IDynamicReferenceProvider.getDependentProjects(IBuildConfiguration buildConfiguration) Returns the set of projects which the given project depends upon.IProject.getDescription()Returns the description for this project.intIFile.getEncoding()Deprecated.useIFile.getCharset()insteadIContainer.getFilters()Retrieve all filters on this container.IFile.getHistory(IProgressMonitor monitor) Returns a list of past states of this file known to this workspace.default StringIFile.getLineSeparator(boolean checkParent) Returns line separator appropriate for the given file.Returns the specified project nature for this project ornullif the project nature has not been added to this project.IResource.getPersistentProperties()Returns a copy of the map of this resource's persistent properties.IResource.getPersistentProperty(QualifiedName key) Returns the value of the persistent property of this resource identified by the given key, ornullif this resource has no such property.IProject.getReferencedBuildConfigs(String configName, boolean includeMissing) Returns the build configurations referenced by the passed in build configuration on this project.IProject[]IProject.getReferencedProjects()Returns the projects referenced by this project.IResource.getSessionProperties()Returns a copy of the map of this resource's session properties.IResource.getSessionProperty(QualifiedName key) Returns the value of the session property of this resource identified by the given key, ornullif this resource has no such property.byte[]ISynchronizer.getSyncInfo(QualifiedName partner, IResource resource) Returns the named sync partner's synchronization information for the given resource.IMarker.getType()Returns the type of this marker.booleanIProject.hasBuildConfig(String configName) Checks whether the project has the specified build configuration.booleanReturns whether the project nature specified by the given nature extension id has been added to this project.booleanIProject.isNatureEnabled(String natureId) Returns true if the project nature specified by the given nature extension id is enabled for this project, and false otherwise.booleanIMarker.isSubtypeOf(String superType) Returns whether the type of this marker is considered to be a sub-type of the given marker type.IWorkspace.loadProjectDescription(InputStream projectDescriptionFile) Reads the project description file (".project") from the given InputStream.IWorkspace.loadProjectDescription(IPath projectDescriptionFile) Reads the project description file (".project") from the given location in the local file system.voidIProject.loadSnapshot(int options, URI snapshotLocation, IProgressMonitor monitor) Loads a snapshot of project meta-data from the given location URI.IContainer.members()Returns a list of existing member resources (projects, folders and files) in this resource, in no particular order.IContainer.members(boolean includePhantoms) Returns a list of all member resources (projects, folders and files) in this resource, in no particular order.IContainer.members(int memberFlags) Returns a list of all member resources (projects, folders and files) in this resource, in no particular order.voidIFile.move(IPath destination, boolean force, boolean keepHistory, IProgressMonitor monitor) Moves this resource to be at the given location.voidIFolder.move(IPath destination, boolean force, boolean keepHistory, IProgressMonitor monitor) Moves this resource so that it is located at the given path.voidIProject.move(IProjectDescription description, boolean force, IProgressMonitor monitor) Renames this project so that it is located at the name in the given description.voidIResource.move(IProjectDescription description, boolean force, boolean keepHistory, IProgressMonitor monitor) Renames or relocates this project so that it is the project specified by the given project description.voidIResource.move(IProjectDescription description, int updateFlags, IProgressMonitor monitor) Renames or relocates this project so that it is the project specified by the given project description.voidIResource.move(IPath destination, boolean force, IProgressMonitor monitor) Moves this resource so that it is located at the given path.voidIResource.move(IPath destination, int updateFlags, IProgressMonitor monitor) Moves this resource so that it is located at the given path.IWorkspace.move(IResource[] resources, IPath destination, boolean force, IProgressMonitor monitor) Moves the given sibling resources so that they are located as members of the resource at the given path; the names of the new members are the same.IWorkspace.move(IResource[] resources, IPath destination, int updateFlags, IProgressMonitor monitor) Moves the given sibling resources so that they are located as members of the resource at the given path; the names of the new members are the same.voidIProject.open(int updateFlags, IProgressMonitor monitor) Opens this project.voidIProject.open(IProgressMonitor monitor) Opens this project.voidISaveParticipant.prepareToSave(ISaveContext context) Tells this participant that the workspace is about to be saved.default byte[]IFile.readAllBytes()Reads the content in a byte array.default char[]IFile.readAllChars()Reads the content as char array.default byte[]IFile.readNBytes(int maxBytes) Reads the first bytes of the content in a byte array.default StringIFile.readString()Reads the content as String.voidIResource.refreshLocal(int depth, IProgressMonitor monitor) Refreshes the resource hierarchy from this resource and its children (to the specified depth) relative to the local file system.voidIResource.revertModificationStamp(long value) Reverts this resource's modification stamp.voidIWorkspace.run(IWorkspaceRunnable action, IProgressMonitor monitor) Identical toIWorkspace.run(ICoreRunnable, IProgressMonitor).voidIWorkspace.run(IWorkspaceRunnable action, ISchedulingRule rule, int flags, IProgressMonitor monitor) voidIWorkspace.run(ICoreRunnable action, IProgressMonitor monitor) Runs the given action as an atomic workspace operation.voidIWorkspace.run(ICoreRunnable action, ISchedulingRule rule, int flags, IProgressMonitor monitor) Runs the given action as an atomic workspace operation.voidIWorkspaceRunnable.run(IProgressMonitor monitor) abstract IStatusWorkspaceJob.runInWorkspace(IProgressMonitor monitor) Runs the operation, reporting progress to and accepting cancellation requests from the given progress monitor.IWorkspace.save(boolean full, IProgressMonitor monitor) Saves this workspace's valuable state on disk.voidIProject.saveSnapshot(int options, URI snapshotLocation, IProgressMonitor monitor) Writes a snapshot of project meta-data into the given location URI.voidISaveParticipant.saving(ISaveContext context) Tells this participant to save its important state because the workspace is being saved, as described in the supplied save context.voidIMarker.setAttribute(String attributeName, boolean value) Sets the boolean-valued attribute with the given name.voidIMarker.setAttribute(String attributeName, int value) Sets the integer-valued attribute with the given name.voidIMarker.setAttribute(String attributeName, Object value) Sets the attribute with the given name.voidIMarker.setAttributes(String[] attributeNames, Object[] values) Sets the given attribute key-value pairs on this marker.voidIMarker.setAttributes(Map<String, ? extends Object> attributes) Sets the attributes for this marker to be the ones contained in the given table.voidIFile.setCharset(String newCharset) Deprecated.Replaced byIFile.setCharset(String, IProgressMonitor)which is a workspace operation and reports changes in resource deltas.voidIFile.setCharset(String newCharset, IProgressMonitor monitor) Sets the charset for this file.default voidIFile.setContents(byte[] content, boolean force, boolean keepHistory, IProgressMonitor monitor) Equivalent of callingIFile.setContents(InputStream, boolean, boolean, IProgressMonitor)withnew ByteArrayInputStream(content)asInputStream.default voidIFile.setContents(byte[] content, int updateFlags, IProgressMonitor monitor) Equivalent of callingIFile.setContents(InputStream, int, IProgressMonitor)withnew ByteArrayInputStream(content)asInputStream.voidIFile.setContents(InputStream source, boolean force, boolean keepHistory, IProgressMonitor monitor) Sets the contents of this file to the bytes in the given input stream.voidIFile.setContents(InputStream source, int updateFlags, IProgressMonitor monitor) Sets the contents of this file to the bytes in the given input stream.voidIFile.setContents(IFileState source, boolean force, boolean keepHistory, IProgressMonitor monitor) Sets the contents of this file to the bytes in the given file state.voidIFile.setContents(IFileState source, int updateFlags, IProgressMonitor monitor) Sets the contents of this file to the bytes in the given file state.voidIContainer.setDefaultCharset(String charset) Deprecated.Replaced byIContainer.setDefaultCharset(String, IProgressMonitor)which is a workspace operation and reports changes in resource deltas.voidIContainer.setDefaultCharset(String charset, IProgressMonitor monitor) Sets the default charset for this container.voidIResource.setDerived(boolean isDerived) Deprecated.Replaced byIResource.setDerived(boolean, IProgressMonitor)which is a workspace operation and reports changes in resource deltas.voidIResource.setDerived(boolean isDerived, IProgressMonitor monitor) Sets whether this resource subtree is marked as derived.voidIProject.setDescription(IProjectDescription description, int updateFlags, IProgressMonitor monitor) Changes this project resource to match the given project description.voidIProject.setDescription(IProjectDescription description, IProgressMonitor monitor) Changes this project resource to match the given project description.voidIWorkspace.setDescription(IWorkspaceDescription description) Sets the workspace description.voidIResource.setHidden(boolean isHidden) Sets whether this resource and its members are hidden in the resource tree.voidIncrementalProjectBuilder.setInitializationData(IConfigurationElement config, String propertyName, Object data) Sets initialization data for this builder.voidIResource.setLocal(boolean flag, int depth, IProgressMonitor monitor) Deprecated.This API is no longer in use.longIResource.setLocalTimeStamp(long value) Sets the local time stamp on disk for this resource.voidIResource.setPersistentProperty(QualifiedName key, String value) Sets the value of the persistent property of this resource identified by the given key.voidIResource.setResourceAttributes(ResourceAttributes attributes) Sets this resource with the given extended attributes.voidIResource.setSessionProperty(QualifiedName key, Object value) Sets the value of the session property of this resource identified by the given key.voidISynchronizer.setSyncInfo(QualifiedName partner, IResource resource, byte[] info) Sets the named sync partner's synchronization information for the given resource.voidIResource.setTeamPrivateMember(boolean isTeamPrivate) Sets whether this resource subtree is a team private member of its parent container.voidIPathVariableManager.setURIValue(String name, URI value) Sets the path variable with the given name to be the specified value.voidDeprecated.useIPathVariableManager.setURIValue(String, URI)instead.voidIResource.touch(IProgressMonitor monitor) Marks this resource as having changed even though its content may not have changed.booleanIResourceDeltaVisitor.visit(IResourceDelta delta) Visits the given resource delta.booleanIResourceProxyVisitor.visit(IResourceProxy proxy) Visits the given resource.booleanVisits the given resource.default voidIFile.write(byte[] content, boolean force, boolean derived, boolean keepHistory, IProgressMonitor monitor) Creates the file and sets the file content.default voidIWorkspace.write(Map<IFile, byte[]> contentMap, boolean force, boolean derived, boolean keepHistory, IProgressMonitor monitor, ExecutorService executorService) Creates the files and sets/replaces the files content. -
Uses of CoreException in org.eclipse.core.resources.filtermatchers
Methods in org.eclipse.core.resources.filtermatchers that throw CoreExceptionModifier and TypeMethodDescriptionabstract voidAbstractFileInfoMatcher.initialize(IProject project, Object arguments) Sets initialization data for this matcher.final voidCompoundFileInfoMatcher.initialize(IProject project, Object arguments) abstract booleanAbstractFileInfoMatcher.matches(IContainer parent, IFileInfo fileInfo) Tests the givenFileInfo -
Uses of CoreException in org.eclipse.core.resources.mapping
Methods in org.eclipse.core.resources.mapping that throw CoreExceptionModifier and TypeMethodDescriptionvoidResourceMapping.accept(ResourceMappingContext context, IResourceVisitor visitor, IProgressMonitor monitor) Accepts the given visitor for all existing resources in this mapping.voidResourceTraversal.accept(IResourceVisitor visitor) Visits all existing resources defined by this traversal.abstract IStorageRemoteResourceMappingContext.fetchBaseContents(IFile file, IProgressMonitor monitor) For three-way comparisons, returns an instance of IStorage in order to allow the caller to access the contents of the base resource that corresponds to the given local resource.RemoteResourceMappingContext.fetchBaseMembers(IContainer container, IProgressMonitor monitor) Returns the members of the base resource corresponding to the given container.abstract IResource[]RemoteResourceMappingContext.fetchMembers(IContainer container, IProgressMonitor monitor) Returns the combined members of the base and remote resources corresponding to the given container.abstract IStorageRemoteResourceMappingContext.fetchRemoteContents(IFile file, IProgressMonitor monitor) Returns an instance of IStorage in order to allow the caller to access the contents of the remote that corresponds to the given local resource.RemoteResourceMappingContext.fetchRemoteMembers(IContainer container, IProgressMonitor monitor) Returns the members of the remote resource corresponding to the given container.IMarker[]ResourceMapping.findMarkers(String type, boolean includeSubtypes, IProgressMonitor monitor) Returns all markers of the specified type on the resources in this mapping.IMarker[]ResourceTraversal.findMarkers(String type, boolean includeSubtypes) Returns all markers of the specified type on existing resources in this traversal.ModelProvider.getMappings(IResource[] resources, ResourceMappingContext context, IProgressMonitor monitor) Returns the set of mappings that cover the given resources.ModelProvider.getMappings(IResource resource, ResourceMappingContext context, IProgressMonitor monitor) Returns the resource mappings that cover the given resource.ModelProvider.getMappings(ResourceTraversal[] traversals, ResourceMappingContext context, IProgressMonitor monitor) Returns the set of mappings that overlap with the given resource traversals.IModelProviderDescriptor.getMatchingResources(IResource[] resources) From the provides set of resources, return those that match the enablement rule specified for the model provider descriptor.IModelProviderDescriptor.getMatchingTraversals(ResourceTraversal[] traversals) Return the set of traversals that overlap with the resources that this descriptor matches.IModelProviderDescriptor.getModelProvider()Return the model provider for this descriptor, instantiating it if it is the first time the method is called.CompositeResourceMapping.getTraversals(ResourceMappingContext context, IProgressMonitor monitor) ModelProvider.getTraversals(ResourceMapping[] mappings, ResourceMappingContext context, IProgressMonitor monitor) Returns a set of traversals that cover the given resource mappings.abstract ResourceTraversal[]ResourceMapping.getTraversals(ResourceMappingContext context, IProgressMonitor monitor) Returns one or more traversals that can be used to access all the physical resources that constitute the logical resource.abstract booleanRemoteResourceMappingContext.hasLocalChange(IResource resource, IProgressMonitor monitor) For three-way comparisons, this method indicates whether local modifications have been made to the given resource.abstract booleanRemoteResourceMappingContext.hasRemoteChange(IResource resource, IProgressMonitor monitor) For two-way comparisons, return whether the contents of the corresponding remote differs from the content of the local file in the context of the current operation.abstract voidRemoteResourceMappingContext.refresh(ResourceTraversal[] traversals, int flags, IProgressMonitor monitor) Refresh the known remote state for any resources covered by the given traversals. -
Uses of CoreException in org.eclipse.core.resources.undo.snapshot
Methods in org.eclipse.core.resources.undo.snapshot that throw CoreExceptionModifier and TypeMethodDescriptionvoidIResourceSnapshot.createExistentResourceFromHandle(IProgressMonitor monitor) Given a resource handle, create an actual resource with the attributes of the receiver resource description.IMarkerSnapshot.createMarker()Create a marker from the marker description.IResourceSnapshot.createResource(IProgressMonitor monitor) Create an existent resource from this resource description.static IMarkerSnapshotResourceSnapshotFactory.fromMarker(IMarker marker) Create a marker snapshot from the specified marker.voidIResourceSnapshot.recordStateFromHistory(IProgressMonitor monitor) Record the appropriate state of this resource description using any available resource history.voidIMarkerSnapshot.updateMarker(IMarker marker) Update an existing marker using the attributes in the marker description. -
Uses of CoreException in org.eclipse.core.runtime
Methods in org.eclipse.core.runtime that throw CoreExceptionModifier and TypeMethodDescriptionstatic voidPlatform.addProtectionSpace(URL resourceUrl, String realm) Deprecated, for removal: This API element is subject to removal in a future version.Authorization database is superseded by the Equinox secure storage.IExecutableExtensionFactory.create()Creates and returns a new instance.IConfigurationElement.createExecutableExtension(String propertyName) Creates and returns a new instance of the executable extension identified by the named attribute of this configuration element.static voidPreferences.exportPreferences(IPath path) Deprecated.Exports all non-default-valued preferences for all installed plugins to the provided file.static voidPreferences.importPreferences(IPath path) Deprecated.Loads the plugin preferences from the given file, and replaces all non-default-valued preferences for all plugins with the values from this file.voidICoreRunnable.run(IProgressMonitor monitor) Executes this runnable.static voidRegistryFactory.setDefaultRegistryProvider(IRegistryProvider provider) Use this method to specify the default registry provider.voidIExecutableExtension.setInitializationData(IConfigurationElement config, String propertyName, Object data) This method is called by the implementation of the methodIConfigurationElement.createExecutableExtensionon a newly constructed extension, passing it its relevant configuration information.voidPlugin.shutdown()Deprecated, for removal: This API element is subject to removal in a future version.voidPlugin.startup()Deprecated. -
Uses of CoreException in org.eclipse.core.runtime.content
Methods in org.eclipse.core.runtime.content that throw CoreExceptionModifier and TypeMethodDescriptionIContentTypeManager.addContentType(String contentTypeIdentifier, String name, IContentType baseType) Adds a new content-type to the registry.voidIContentTypeSettings.addFileSpec(String fileSpec, int type) Adds a user-defined file specification to the corresponding content type.IContentType.getSettings(IScopeContext context) Returns the settings for this content type in the given preference context.voidIContentTypeManager.removeContentType(String contentTypeIdentifier) Removes a content-type from underlying registry.voidIContentTypeSettings.removeFileSpec(String fileSpec, int type) Removes a user-defined file specification from the corresponding content type.voidIContentTypeSettings.setDefaultCharset(String userCharset) Sets the default charset for the corresponding content type.voidBinarySignatureDescriber.setInitializationData(IConfigurationElement config, String propertyName, Object data) voidXMLRootElementContentDescriber.setInitializationData(IConfigurationElement config, String propertyName, Object data) Deprecated.voidXMLRootElementContentDescriber2.setInitializationData(IConfigurationElement config, String propertyName, Object data) -
Uses of CoreException in org.eclipse.core.runtime.preferences
Methods in org.eclipse.core.runtime.preferences that throw CoreExceptionModifier and TypeMethodDescriptionvoidIPreferencesService.applyPreferences(IEclipsePreferences node, IPreferenceFilter[] filters) Apply the preference tree rooted at the given node, to the system's preference tree.IPreferencesService.applyPreferences(IExportedPreferences preferences) Take the given preference tree and apply it to the Eclipse global preference hierarchy.IPreferencesService.exportPreferences(IEclipsePreferences node, OutputStream output, String[] excludesList) Exports all preferences for the given preference node and all its children to the specified output stream.voidIPreferencesService.exportPreferences(IEclipsePreferences node, IPreferenceFilter[] filters, OutputStream output) Export the preference tree rooted at the given node, to the specified output stream.IPreferencesService.importPreferences(InputStream input) Loads preferences from the given file and stores them in the preferences store.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.IPreferencesService.readPreferences(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 CoreExceptionModifier and TypeMethodDescriptionRegistryStrategy.createExecutableExtension(RegistryContributor contributor, String className, String overridenContributorName) Creates an executable extension. -
Uses of CoreException in org.eclipse.core.variables
Methods in org.eclipse.core.variables that throw CoreExceptionModifier and TypeMethodDescriptionvoidIStringVariableManager.addVariables(IValueVariable[] variables) Adds the given variables to the variable registry.Returns the value of this variable when referenced with the given argument, possiblynull.IStringVariableManager.performStringSubstitution(String expression) Recursively resolves and replaces all variable references in the given expression with their corresponding values.IStringVariableManager.performStringSubstitution(String expression, boolean reportUndefinedVariables) Recursively resolves and replaces all variable references in the given expression with their corresponding values.IDynamicVariableResolver.resolveValue(IDynamicVariable variable, String argument) Resolves and returns a value for the specified variable when referenced with the given argument, possiblynullvoidIStringVariableManager.validateStringVariables(String expression) Validates variables references in the given expression and reports errors for references to undefined variables. -
Uses of CoreException in org.eclipse.debug.core
Subclasses of CoreException in org.eclipse.debug.coreModifier and TypeClassDescriptionclassA checked exception representing a failure.Methods in org.eclipse.debug.core that throw CoreExceptionModifier and TypeMethodDescriptionvoidIBreakpointManager.addBreakpoint(IBreakpoint breakpoint) Adds the given breakpoint to the collection of registered breakpoints in the workspace and notifies all registered listeners.voidIBreakpointManager.addBreakpoints(IBreakpoint[] breakpoints) Adds the given breakpoints to the collection of registered breakpoints in the workspace and notifies all registered listeners.voidIBreakpointManager.addTriggerPoint(IBreakpoint breakpoint) Adds the given breakpoint as the triggering breakpoint in the workspace and notifies all registered listeners.Returns a copy of this launch configuration, as a working copy, with the specified name.voidILaunchConfigurationWorkingCopy.copyAttributes(ILaunchConfiguration prototype) Copies all attributes from the given prototype to this working.voidILaunchConfiguration.delete()Deletes this launch configuration.voidILaunchConfiguration.delete(int flag) Deletes this launch configuration.ILaunchConfigurationWorkingCopy.doSave()Saves this working copy to its underlying file and returns a handle to the resulting launch configuration.ILaunchConfigurationWorkingCopy.doSave(int flag) Saves this working copy to its underlying file and returns a handle to the resulting launch configuration.static ProcessConvenience method that performs a runtime exec on the given command line in the context of the specified working directory, and returns the resulting process.static ProcessConvenience method that performs a runtime exec on the given command line in the context of the specified working directory, and returns the resulting process.static ProcessConvenience method that performs a runtime exec on the given command line in the context of the specified working directory, and returns the resulting process.ExecFactory.exec(String[] cmdLine, Optional<File> workingDirectory, Optional<Map<String, String>> environment, boolean mergeOutput) Executes the given command with the provided working directory and environmentbooleanILaunchConfiguration.getAttribute(String attributeName, boolean defaultValue) Returns the boolean-valued attribute with the given name.intILaunchConfiguration.getAttribute(String attributeName, int defaultValue) Returns the integer-valued attribute with the given name.ILaunchConfiguration.getAttribute(String attributeName, String defaultValue) Returns the string-valued attribute with the given name.ILaunchConfiguration.getAttribute(String attributeName, List<String> defaultValue) Returns thejava.util.List-valued attribute with the given name.ILaunchConfiguration.getAttribute(String attributeName, Map<String, String> defaultValue) Returns thejava.util.Map-valued attribute with the given name.ILaunchConfiguration.getAttribute(String attributeName, Set<String> defaultValue) Returns thejava.util.Set-valued attribute with the given name.ILaunchConfiguration.getAttributes()Returns a map containing the attributes in this launch configuration.ILaunchConfiguration.getCategory()Returns this launch configuration's type's category, ornullif unspecified.ILaunchConfigurationType.getDelegate()Deprecated.usegetDelegate(String)to specify modeILaunchConfigurationType.getDelegate(String mode) Deprecated.since 3.3, the methodgetDelegates(Set)should be used instead, as there can be more than one capable delegate per mode or combination of modesILaunchDelegate.getDelegate()Returns the underlying launch configuration.ILaunchConfigurationType.getDelegates(Set<String> modes) Returns the delegates capable of launching in the specified modes, possibly an empty set.ILaunchManager.getEncoding(ILaunchConfiguration configuration) This method returns the character encoding to use when launching the specifiedILaunchConfiguration.String[]ILaunchManager.getEnvironment(ILaunchConfiguration configuration) Returns an array of environment variables to be used when launching the given configuration ornullif unspecified.IBreakpointManager.getImportParticipants(String markertype) Returns an array ofIBreakpointImportParticipants for the given breakpoint marker id, nevernull.intILaunchConfiguration.getKind()Returns this configuration's kind.ILaunchManager.getLaunchConfiguration(String memento) Returns a handle to the launch configuration specified by the given memento.ILaunchManager.getLaunchConfigurations()Returns all launch configurations defined in the workspace.ILaunchManager.getLaunchConfigurations(int kinds) Returns all launch configurations defined in the workspace of the specified kind(s) (configurations and/or prototypes).ILaunchManager.getLaunchConfigurations(ILaunchConfigurationType type) Returns all launch configurations of the specified type defined in the workspaceILaunchManager.getLaunchConfigurations(ILaunchConfigurationType type, int kinds) Returns all launch configurations of the specified type defined in the workspace of the specified kind(s) (configurations and/or prototypes).ILaunchConfiguration.getMappedResources()Returns the resources this launch configuration is associated with ornullif none.ILaunchConfiguration.getMemento()Returns a memento for this launch configuration, ornullif unable to generate a memento for this configuration.ILaunchManager.getMigrationCandidates()Returns a collection of launch configurations that required migration to be compatible with current tooling.ILaunchConfiguration.getModes()Returns the launch modes that have been set on this configuration.ILaunchConfiguration.getPreferredDelegate(Set<String> modes) Returns the preferred launch delegate that has been set on this configuration ornullif one is not specified.ILaunchConfigurationType.getPreferredDelegate(Set<String> modes) Returns the preferred launch delegate for this type in the specified mode combination ornullif there is no preferred delegate.ILaunchConfiguration.getPrototype()Returns the prototype this launch configuration was created from ornullif none.ILaunchConfiguration.getPrototypeChildren()Returns all configurations made from this prototype, possibly an empty collection.ILaunchConfigurationType.getPrototypes()Returns all launch configuration prototypes of the this type, possibly an empty collection.ILaunchConfiguration.getPrototypeVisibleAttributes()Get the visible attributes of this prototype (returnnullif the launch configuration is not a prototype).ILaunchManager.getSourcePathComputer(ILaunchConfiguration configuration) Returns a source path computer to compute a default source lookup path for the given launch configuration, ornullif a source path computer has not been registered for the associated launch configuration type.ILaunchConfiguration.getType()Returns the type of this launch configuration.ILaunchConfiguration.getWorkingCopy()Returns a working copy of this launch configuration.IStatusHandler.handleStatus(IStatus status, Object source) Notifies this status handler that the given status has been generated by the specified source object and requires resolution.booleanILaunchConfiguration.hasAttribute(String attributeName) Returns whether this configuration contains an attribute with the given name.booleanILaunchConfiguration.isAttributeModified(String attribute) Check if the given attribute has the same value than the one from its prototype.booleanILaunchConfigurationMigrationDelegate.isCandidate(ILaunchConfiguration candidate) Returns whether the given launch configuration requires migration.booleanILaunchManager.isExistingLaunchConfigurationName(String name) Returntrueif there is a launch configuration with the specified name,falseotherwise.booleanILaunchConfiguration.isMigrationCandidate()Returns whether this launch configuration is a candidate for migration.static booleanRefreshUtil.isRefreshRecursive(ILaunchConfiguration configuration) Returns whether the refresh scope specified by the given launch configuration is recursive.ILaunchConfiguration.launch(String mode, IProgressMonitor monitor) Launches this configuration in the specified mode by delegating to this configuration's launch configuration delegate, and returns the resulting launch.ILaunchConfiguration.launch(String mode, IProgressMonitor monitor, boolean build) Launches this configuration in the specified mode by delegating to this configuration's launch configuration delegate, and returns the resulting launch.ILaunchConfiguration.launch(String mode, IProgressMonitor monitor, boolean build, boolean register) Launches this configuration in the specified mode by delegating to this configuration's launch configuration delegate, and returns the resulting launch.voidILaunchConfiguration.migrate()Migrates this launch configuration to be compatible with current tooling.voidILaunchConfigurationMigrationDelegate.migrate(ILaunchConfiguration candidate) Migrates the given launch configuration to be compatible with the current tooling.static DocumentDebugPlugin.newDocument()Creates and returns a new XML document.ILaunchConfigurationType.newInstance(IContainer container, String name) Returns a new launch configuration working copy of this type, that resides in the specified container, with the given name.ILaunchConfigurationType.newPrototypeInstance(IContainer container, String name) Returns a new launch configuration working copy of this type, that resides in the specified container, with the given name.ILaunchManager.newSourceLocator(String identifier) Creates and returns a new source locator of the specified type.static ElementDebugPlugin.parseDocument(String document) Parses the given string representing an XML document, returning its root element.static voidRefreshUtil.refreshResources(IResource[] resources, int depth, IProgressMonitor monitor) Refreshes the resources as specified by the given launch configuration.static voidRefreshUtil.refreshResources(ILaunchConfiguration configuration, IProgressMonitor monitor) Refreshes the resources as specified by the given launch configuration via itsRefreshUtil.ATTR_REFRESH_SCOPEandRefreshUtil.ATTR_REFRESH_RECURSIVEattributes.voidIBreakpointManager.removeAllTriggerPoints()Removes all the trigger points from the breakpoint manager.voidIBreakpointManager.removeBreakpoint(IBreakpoint breakpoint, boolean delete) Removes the given breakpoint from the breakpoint manager, deletes the marker associated with the breakpoint if thedeleteflag istrue, and notifies all registered listeners.voidIBreakpointManager.removeBreakpoints(IBreakpoint[] breakpoints, boolean delete) Removes the given breakpoints from the breakpoint manager, deletes the markers associated with the breakpoints if thedeleteflag istrue, and notifies all registered listeners.voidIBreakpointManager.removeTriggerPoint(IBreakpoint breakpoint) Removes the given breakpoint as the trigger breakpoint in the workspace and notifies all registered listeners.static StringDebugPlugin.serializeDocument(Document document) Serializes the given XML document into a string.voidILaunchConfigurationType.setPreferredDelegate(Set<String> modes, ILaunchDelegate delegate) Sets the preferred launch delegate for this type in the specified mode combination.voidILaunchConfigurationWorkingCopy.setPrototype(ILaunchConfiguration prototype, boolean copy) Sets the prototype that this configuration is based on, possiblynull, and optionally copies attributes from the prototype to this working copy.voidILaunchConfiguration.setPrototypeAttributeVisibility(String attribute, boolean visible) Set the visibility of the given prototype's attribute.booleanILaunchConfiguration.supportsMode(String mode) Returns whether this launch configuration supports the specified mode.static IResource[]RefreshUtil.toResources(String memento) Returns a collection of resources referred to by the specified memento generated viaRefreshUtil.toMemento(IResource[]). -
Uses of CoreException in org.eclipse.debug.core.commands
Methods in org.eclipse.debug.core.commands that throw CoreExceptionModifier and TypeMethodDescriptionprotected abstract voidAbstractDebugCommand.doExecute(Object[] targets, IProgressMonitor monitor, IRequest request) Executes this command synchronously on the specified targets, reporting progress.protected abstract booleanAbstractDebugCommand.isExecutable(Object[] targets, IProgressMonitor monitor, IEnabledStateRequest request) Returns whether this command is executable on the specified targets, reporting progress. -
Uses of CoreException in org.eclipse.debug.core.model
Methods in org.eclipse.debug.core.model that throw CoreExceptionModifier and TypeMethodDescriptionprotected voidLaunchConfigurationDelegate.addReferencedProjects(IProject project, Set<IProject> references) Adds all projects referenced byprojectto the given set.booleanILaunchConfigurationDelegate2.buildForLaunch(ILaunchConfiguration configuration, String mode, IProgressMonitor monitor) Optionally performs any required building before launching the given configuration in the specified mode, and returns whether the debug platform should perform an incremental workspace build before the launch continues.booleanLaunchConfigurationDelegate.buildForLaunch(ILaunchConfiguration configuration, String mode, IProgressMonitor monitor) protected voidLaunchConfigurationDelegate.buildProjects(IProject[] projects, IProgressMonitor monitor) Performs an incremental build on each of the given projects.protected IProject[]LaunchConfigurationDelegate.computeReferencedBuildOrder(IProject[] baseProjects) Returns an array of projects in their suggested build order containing all of the projects specified bybaseProjectsand all of their referenced projects.voidBreakpoint.delete()voidIBreakpoint.delete()Deletes this breakpoint's underlying marker, and removes this breakpoint from the breakpoint manager.protected booleanLaunchConfigurationDelegate.existsProblems(IProject proj) Returns whether the given project contains any problem markers of the specified severity.booleanILaunchConfigurationDelegate2.finalLaunchCheck(ILaunchConfiguration configuration, String mode, IProgressMonitor monitor) Returns whether a launch should proceed.booleanLaunchConfigurationDelegate.finalLaunchCheck(ILaunchConfiguration configuration, String mode, IProgressMonitor monitor) protected IProject[]LaunchConfigurationDelegate.getBuildOrder(ILaunchConfiguration configuration, String mode) Returns the projects to build before launching the given launch configuration ornullif the entire workspace should be built incrementally.intILineBreakpoint.getCharEnd()Returns ending source index in the original source that corresponds to the location of this breakpoint, or -1 if the attribute is not present.intLineBreakpoint.getCharEnd()intILineBreakpoint.getCharStart()Returns starting source index in the original source that corresponds to the location of this breakpoint, or -1 if the attribute is not present.intLineBreakpoint.getCharStart()ILaunchConfigurationDelegate2.getLaunch(ILaunchConfiguration configuration, String mode) Returns a launch object to use when launching the given launch configuration in the given mode, ornullif a new default launch object should be created by the debug platform.LaunchConfigurationDelegate.getLaunch(ILaunchConfiguration configuration, String mode) intILineBreakpoint.getLineNumber()Returns the line number in the original source that corresponds to the location of this breakpoint, or -1 if the attribute is not present.intLineBreakpoint.getLineNumber()ILogicalStructureTypeDelegate.getLogicalStructure(IValue value) Returns a value representing a logical structure of the given value.IPersistableSourceLocator.getMemento()Returns a memento that can be used to reconstruct this source locatorprotected IProject[]LaunchConfigurationDelegate.getProjectsForProblemSearch(ILaunchConfiguration configuration, String mode) Returns the set of projects to use when searching for errors ornullif no search is to be done.voidIPersistableSourceLocator.initializeDefaults(ILaunchConfiguration configuration) Initializes this source locator to perform default source lookup for the given launch configuration.voidIPersistableSourceLocator.initializeFromMemento(String memento) Initializes this source locator based on the given memento.booleanIWatchpoint.isAccess()Returns whether this watchpoint will suspend execution when its associated variable is accessed (read).booleanBreakpoint.isEnabled()booleanIBreakpoint.isEnabled()Returns whether this breakpoint is enabledprotected booleanLaunchConfigurationDelegate.isLaunchProblem(IMarker problemMarker) Returns whether the given problem should potentially abort the launch.booleanIWatchpoint.isModification()Returns whether this watchpoint will suspend execution when its associated variable is written.booleanBreakpoint.isPersisted()booleanIBreakpoint.isPersisted()Returns whether this breakpoint is to be persisted across workspace invocations, or when a project is closed and re-opened.booleanBreakpoint.isRegistered()booleanIBreakpoint.isRegistered()Returns whether this breakpoint is currently registered with the breakpoint manager.booleanBreakpoint.isTriggerPoint()booleanITriggerPoint.isTriggerPoint()Returns whether this breakpoint is defined as a trigger point in the workspace.voidILaunchConfigurationDelegate.launch(ILaunchConfiguration configuration, String mode, ILaunch launch, IProgressMonitor monitor) Launches the given configuration in the specified mode, contributing debug targets and/or processes to the given launch object.booleanIBreakpointImportParticipant.matches(Map<String, Object> attributes, IBreakpoint breakpoint) Determines if the given attributes match the given breakpoint.booleanILaunchConfigurationDelegate2.preLaunchCheck(ILaunchConfiguration configuration, String mode, IProgressMonitor monitor) Returns whether a launch should proceed.booleanLaunchConfigurationDelegate.preLaunchCheck(ILaunchConfiguration configuration, String mode, IProgressMonitor monitor) protected booleanLaunchConfigurationDelegate.saveBeforeLaunch(ILaunchConfiguration configuration, String mode, IProgressMonitor monitor) Performs the scoped saving of resources before launching and returns whether the launch should continue.voidIWatchpoint.setAccess(boolean access) Sets whether this breakpoint will suspend execution when its associated variable is accessed.protected voidBreakpoint.setAttribute(String attributeName, boolean value) Convenience method to set the given boolean attribute of this breakpoint's underlying marker in a workspace runnable.protected voidBreakpoint.setAttribute(String attributeName, int value) Convenience method to set the given integer attribute of this breakpoint's underlying marker in a workspace runnable.protected voidBreakpoint.setAttribute(String attributeName, Object value) Convenience method to set the given attribute of this breakpoint's underlying marker in a workspace runnable.protected voidBreakpoint.setAttributes(String[] attributeNames, Object[] values) Convenience method to set the given attributes of this breakpoint's underlying marker in a workspace runnable.protected voidBreakpoint.setAttributes(Map<String, ? extends Object> attributes) Convenience method to set the attributes of this breakpoint's underlying marker in a workspace runnable.voidBreakpoint.setBreakpointLabel(String labelValue) Sets a new label for the breakpoint.voidBreakpoint.setEnabled(boolean enabled) voidIBreakpoint.setEnabled(boolean enabled) Sets the enabled state of this breakpoint.voidvoidSets the marker associated with this breakpoint.voidIWatchpoint.setModification(boolean modification) Sets whether this breakpoint will suspend execution when its associated variable is modified.voidBreakpoint.setPersisted(boolean persisted) voidIBreakpoint.setPersisted(boolean registered) Sets whether this breakpoint is to be persisted across workspace invocations, or when a project is closed and re-opened.voidBreakpoint.setRegistered(boolean registered) voidIBreakpoint.setRegistered(boolean registered) Sets whether this breakpoint is currently registered with the breakpoint manager.voidBreakpoint.setTriggerPoint(boolean triggerPoint) voidITriggerPoint.setTriggerPoint(boolean trigger) Sets whether this breakpoint is to be treated as a trigger point for the workspace.default StringILaunchConfigurationDelegate.showCommandLine(ILaunchConfiguration configuration, String mode, ILaunch launch, IProgressMonitor monitor) Gets the command line to launch the given configuration in the specified mode.voidIBreakpointImportParticipant.verify(IBreakpoint breakpoint) Verifies the state of the breakpoint once it has been imported. -
Uses of CoreException in org.eclipse.debug.core.sourcelookup
Methods in org.eclipse.debug.core.sourcelookup that throw CoreExceptionModifier and TypeMethodDescriptionprotected voidThrows an exception with the given message and underlying exception.ISourcePathComputerDelegate.computeSourceContainers(ILaunchConfiguration configuration, IProgressMonitor monitor) Returns a default collection source containers to be considered for the given launch configuration.ISourceContainerTypeDelegate.createSourceContainer(String memento) Creates and returns a new source container of this type corresponding to the given memento.protected voidAbstractSourceLookupDirector.doInitializeFromMemento(String memento, boolean dispose) Initializes this source lookup director from the given memento.Object[]AbstractSourceLookupDirector.findSourceElements(Object object) Object[]AbstractSourceLookupParticipant.findSourceElements(Object object) Object[]ISourceContainer.findSourceElements(String name) Returns a collection of source elements in this container corresponding to the given name.Object[]ISourceLookupDirector.findSourceElements(Object object) Returns a collection of source elements corresponding to the given debug artifact (for example, a stack frame or breakpoint).Object[]ISourceLookupParticipant.findSourceElements(Object object) Returns a collection of source elements corresponding to the given debug artifact (for example, a stack frame or breakpoint).AbstractSourceLookupDirector.getMemento()ISourceContainerTypeDelegate.getMemento(ISourceContainer container) Constructs and returns a memento for the given source container.ISourceContainer.getSourceContainers()Returns the source containers this container is composed of.ISourceLookupParticipant.getSourceName(Object object) Returns the source file name associated with the given debug artifact that source needs to be found for, ornullif none.voidAbstractSourceLookupDirector.initializeDefaults(ILaunchConfiguration configuration) voidAbstractSourceLookupDirector.initializeFromMemento(String memento) voidAbstractSourceLookupDirector.initializeFromMemento(String memento, ILaunchConfiguration configuration) voidIPersistableSourceLocator2.initializeFromMemento(String memento, ILaunchConfiguration configuration) Initializes this source locator based on the given memento, for the given launch configuration. -
Uses of CoreException in org.eclipse.debug.core.sourcelookup.containers
Methods in org.eclipse.debug.core.sourcelookup.containers that throw CoreExceptionModifier and TypeMethodDescriptionprotected voidThrows an error exception with the given message and underlying exception.protected voidThrows an exception with the given message and underlying exception.protected abstract ISourceContainer[]CompositeSourceContainer.createSourceContainers()Creates the source containers in this composite container.protected ISourceContainer[]ContainerSourceContainer.createSourceContainers()protected ISourceContainer[]DefaultSourceContainer.createSourceContainers()protected ISourceContainer[]DirectorySourceContainer.createSourceContainers()protected ISourceContainer[]ProjectSourceContainer.createSourceContainers()protected ISourceContainer[]WorkspaceSourceContainer.createSourceContainers()Object[]ArchiveSourceContainer.findSourceElements(String name) Object[]CompositeSourceContainer.findSourceElements(String name) protected Object[]CompositeSourceContainer.findSourceElements(String name, ISourceContainer[] containers) Returns a collection of source elements in the given containers corresponding to the given name.Object[]ContainerSourceContainer.findSourceElements(String name) Object[]DirectorySourceContainer.findSourceElements(String name) Object[]ExternalArchiveSourceContainer.findSourceElements(String name) LocalFileStorage.getContents()ZipEntryStorage.getContents()AbstractSourceContainer.getSourceContainers()CompositeSourceContainer.getSourceContainers()protected DocumentAbstractSourceContainerTypeDelegate.newDocument()Creates and returns a new XML document.protected ElementAbstractSourceContainerTypeDelegate.parseDocument(String document) Parses the given XML document, returning its root element.protected StringAbstractSourceContainerTypeDelegate.serializeDocument(Document document) Returns the given XML document as a string.protected voidThrows a warning exception with the given message and underlying exception. -
Uses of CoreException in org.eclipse.debug.ui
Methods in org.eclipse.debug.ui with parameters of type CoreExceptionModifier and TypeMethodDescriptionprotected voidWorkingDirectoryBlock.log(CoreException e) Logs exceptions that have been caught by this working directory block.Methods in org.eclipse.debug.ui that throw CoreExceptionModifier and TypeMethodDescriptionstatic ILaunchDebugUITools.buildAndLaunch(ILaunchConfiguration configuration, String mode, IProgressMonitor monitor) Builds the workspace according to current preference settings, and launches the given configuration in the specified mode, returning the resulting launch object.static voidDebugUITools.deleteBreakpoints(IBreakpoint[] breakpoints, Shell shell, IProgressMonitor progressMonitor) Deletes the given breakpoints using the operation history, which allows to undo the deletion.protected abstract IProjectWorkingDirectoryBlock.getProject(ILaunchConfiguration configuration) Returns the project associated with the specified launch configuration ornullif none.static IResource[]RefreshTab.getRefreshResources(String scope) Returns a collection of resources referred to by a refresh scope attribute.static StringRefreshTab.getRefreshScope(ILaunchConfiguration configuration) Returns the refresh scope attribute specified by the given launch configuration ornullif none.static booleanRefreshTab.isRefreshRecursive(ILaunchConfiguration configuration) Returns whether the refresh scope specified by the given launch configuration is recursive.static voidRefreshTab.refreshResources(ILaunchConfiguration configuration, IProgressMonitor monitor) Refreshes the resources as specified by the given launch configuration. -
Uses of CoreException in org.eclipse.debug.ui.actions
Methods in org.eclipse.debug.ui.actions that throw CoreExceptionModifier and TypeMethodDescriptionvoidIAddMemoryBlocksTarget.addMemoryBlocks(IWorkbenchPart part, ISelection selection) Perform an add memory block on the given element that is currently selected in the Debug view.voidIAddMemoryRenderingsTarget.addMemoryRenderings(IWorkbenchPart part, ISelection selection, IMemoryRenderingType[] renderingTypes) Adds memory renderings.booleanIAddMemoryBlocksTarget.canAddMemoryBlocks(IWorkbenchPart part, ISelection selection) Returns whether an add memory block operation can be performed from the specified part and the given selection.IWatchExpressionFactoryAdapter.createWatchExpression(IVariable variable) Creates and returns an expression for the specified variable which is used to created anIWatchExpression.IWatchExpressionFactoryAdapter2.createWatchExpression(Object element) Creates and returns an expression for the specified variable which is used to created anIWatchExpression.protected voidToggleMethodBreakpointActionDelegate.performAction(IToggleBreakpointsTarget target, IWorkbenchPart part, ISelection selection) protected voidToggleWatchpointActionDelegate.performAction(IToggleBreakpointsTarget target, IWorkbenchPart part, ISelection selection) voidRunToLineHandler.run(IProgressMonitor monitor) voidIRunToLineTarget.runToLine(IWorkbenchPart part, ISelection selection, ISuspendResume target) Perform a run to line operation on the given element that is currently selected and suspended in the Debug view.voidIToggleBreakpointsTargetExtension.toggleBreakpoints(IWorkbenchPart part, ISelection selection) Creates new line breakpoints or removes existing breakpoints.voidIToggleBreakpointsTargetExtension2.toggleBreakpointsWithEvent(IWorkbenchPart part, ISelection selection, Event event) Creates or removes existing breakpoints based on any modifiers in the givenEvent.voidIToggleBreakpointsTarget.toggleLineBreakpoints(IWorkbenchPart part, ISelection selection) Creates new line breakpoints or removes existing breakpoints.voidIToggleBreakpointsTarget.toggleMethodBreakpoints(IWorkbenchPart part, ISelection selection) Creates new method breakpoints or removes existing breakpoints.voidIToggleBreakpointsTarget.toggleWatchpoints(IWorkbenchPart part, ISelection selection) Creates new watchpoints or removes existing breakpoints. -
Uses of CoreException in org.eclipse.debug.ui.memory
Methods in org.eclipse.debug.ui.memory that throw CoreExceptionModifier and TypeMethodDescriptionIMemoryRenderingType.createRendering()Creates and returns a new rendering of this type ornullif none.IMemoryRenderingTypeDelegate.createRendering(String id) Creates and returns a rendering of the specified type, ornullif none. -
Uses of CoreException in org.eclipse.debug.ui.sourcelookup
Methods in org.eclipse.debug.ui.sourcelookup that throw CoreExceptionModifier and TypeMethodDescriptionprotected ISourceContainer[]WorkingSetSourceContainer.createSourceContainers() -
Uses of CoreException in org.eclipse.e4.core.commands
Methods in org.eclipse.e4.core.commands that throw CoreException -
Uses of CoreException in org.eclipse.equinox.p2.core
Subclasses of CoreException in org.eclipse.equinox.p2.coreModifier and TypeClassDescriptionclassA checked exception indicating a recoverable error occurred while provisioning. -
Uses of CoreException in org.eclipse.help.search
Methods in org.eclipse.help.search that throw CoreExceptionModifier and TypeMethodDescriptionvoidHelpIndexBuilder.execute(IProgressMonitor monitor) Creates the plug-in search index by parsing the provided plugin.xml file, looking for TOC extensions.voidISearchEngine.run(String query, ISearchScope scope, ISearchEngineResultCollector collector, IProgressMonitor monitor) -
Uses of CoreException in org.eclipse.help.server
Methods in org.eclipse.help.server that throw CoreException -
Uses of CoreException in org.eclipse.help.ui.browser
Methods in org.eclipse.help.ui.browser that throw CoreExceptionModifier and TypeMethodDescriptionvoidLaunchURL.setInitializationData(IConfigurationElement config, String propertyName, Object data) -
Uses of CoreException in org.eclipse.ltk.core.refactoring
Methods in org.eclipse.ltk.core.refactoring that throw CoreExceptionModifier and TypeMethodDescriptionprotected IDocumentDocumentChange.acquireDocument(IProgressMonitor pm) protected abstract IDocumentTextChange.acquireDocument(IProgressMonitor pm) Acquires a reference to the document to be changed by this text change.protected IDocumentTextFileChange.acquireDocument(IProgressMonitor pm) Refactoring.checkAllConditions(IProgressMonitor pm) Checks all conditions.abstract RefactoringStatusRefactoring.checkFinalConditions(IProgressMonitor pm) AftercheckInitialConditionshas been performed and the user has provided all input necessary to perform the refactoring this method is called to check the remaining preconditions.abstract RefactoringStatusRefactoring.checkInitialConditions(IProgressMonitor pm) Checks some initial conditions based on the element to be refactored.protected voidDocumentChange.commit(IDocument document, IProgressMonitor pm) protected abstract voidTextChange.commit(IDocument document, IProgressMonitor pm) Commits the document acquired via a call toaquireDocument.protected voidTextFileChange.commit(IDocument document, IProgressMonitor pm) Commits the document acquired via a call toaquireDocument.abstract ChangeRefactoring.createChange(IProgressMonitor pm) Creates aChangeobject that performs the actual workspace transformation.protected RefactoringPerformRefactoringHistoryOperation.createRefactoring(RefactoringDescriptor descriptor, RefactoringStatus status) Deprecated.since 3.4.protected RefactoringPerformRefactoringHistoryOperation.createRefactoring(RefactoringDescriptor descriptor, RefactoringStatus status, IProgressMonitor monitor) Deprecated.since 3.6.abstract RefactoringRefactoringDescriptor.createRefactoring(RefactoringStatus status) Creates the a new refactoring instance for this refactoring descriptor.protected RefactoringContextPerformRefactoringHistoryOperation.createRefactoringContext(RefactoringDescriptor descriptor, RefactoringStatus status, IProgressMonitor monitor) Method which is called to create a refactoring context from a refactoring descriptor.RefactoringDescriptor.createRefactoringContext(RefactoringStatus status) Creates the a new refactoring context and the associated refactoring instance for this refactoring descriptor.protected ChangeUndoTextFileChange.createUndoChange(UndoEdit edit, ContentStamp stampToRestore) Hook to create an undo change for the given undo edit.protected voidPerformChangeOperation.executeChange(IProgressMonitor pm) Actually executes the change.final StringMultiStateTextFileChange.getCurrentContent(IProgressMonitor monitor) final StringMultiStateTextFileChange.getCurrentContent(IRegion region, boolean expand, int surround, IProgressMonitor monitor) TextChange.getCurrentContent(IProgressMonitor pm) TextChange.getCurrentContent(IRegion region, boolean expandRegionToFullLine, int surroundingLines, IProgressMonitor pm) abstract StringTextEditBasedChange.getCurrentContent(IProgressMonitor pm) Returns the current content of the document this text change is associated with.abstract StringTextEditBasedChange.getCurrentContent(IRegion region, boolean expandRegionToFullLine, int surroundingLines, IProgressMonitor pm) Returns the current content of the text edit change clipped to a specific region.final IDocumentMultiStateTextFileChange.getCurrentDocument(IProgressMonitor monitor) Returns a document representing the current state of the buffer, prior to the application of the change.TextChange.getCurrentDocument(IProgressMonitor pm) Returns the document this text change is associated to.final StringMultiStateTextFileChange.getPreviewContent(IProgressMonitor monitor) final StringMultiStateTextFileChange.getPreviewContent(TextEditBasedChangeGroup[] groups, IRegion region, boolean expand, int surround, IProgressMonitor monitor) TextChange.getPreviewContent(IProgressMonitor pm) TextChange.getPreviewContent(TextEditBasedChangeGroup[] changeGroups, IRegion region, boolean expandRegionToFullLine, int surroundingLines, IProgressMonitor pm) Returns a preview of the text change clipped to a specific region.TextChange.getPreviewContent(TextEditChangeGroup[] changeGroups, IRegion region, boolean expandRegionToFullLine, int surroundingLines, IProgressMonitor pm) Returns a preview of the text change clipped to a specific region.abstract StringTextEditBasedChange.getPreviewContent(IProgressMonitor pm) Returns the preview content as a string.abstract StringTextEditBasedChange.getPreviewContent(TextEditBasedChangeGroup[] changeGroups, IRegion region, boolean expandRegionToFullLine, int surroundingLines, IProgressMonitor pm) Returns a preview of the text edit change clipped to a specific region.final IDocumentMultiStateTextFileChange.getPreviewDocument(IProgressMonitor monitor) Returns a document representing the preview of the refactored buffer, after the application of the change object.TextChange.getPreviewDocument(IProgressMonitor pm) Returns a document containing a preview of the text change.abstract RefactoringStatusChange.isValid(IProgressMonitor pm) Verifies that this change object is still valid and can be executed by callingperform.CompositeChange.isValid(IProgressMonitor pm) Verifies that this change object is still valid and can be executed by callingperform.DocumentChange.isValid(IProgressMonitor pm) final RefactoringStatusMultiStateTextFileChange.isValid(IProgressMonitor monitor) NullChange.isValid(IProgressMonitor pm) TextFileChange.isValid(IProgressMonitor monitor) UndoTextFileChange.isValid(IProgressMonitor pm) abstract ChangeChange.perform(IProgressMonitor pm) Performs this change.CompositeChange.perform(IProgressMonitor pm) Performs this change.final ChangeMultiStateTextFileChange.perform(IProgressMonitor monitor) NullChange.perform(IProgressMonitor pm) TextChange.perform(IProgressMonitor pm) UndoTextFileChange.perform(IProgressMonitor pm) voidIUndoManager.performRedo(IValidationCheckResultQuery query, IProgressMonitor pm) Redo the top most redo change.voidIUndoManager.performUndo(IValidationCheckResultQuery query, IProgressMonitor pm) Undo the top most undo change.protected voidDocumentChange.releaseDocument(IDocument document, IProgressMonitor pm) protected abstract voidTextChange.releaseDocument(IDocument document, IProgressMonitor pm) Releases the document acquired via a call toaquireDocument.protected voidTextFileChange.releaseDocument(IDocument document, IProgressMonitor pm) voidCheckConditionsOperation.run(IProgressMonitor pm) voidCreateChangeOperation.run(IProgressMonitor pm) voidPerformChangeOperation.run(IProgressMonitor pm) voidPerformRefactoringHistoryOperation.run(IProgressMonitor monitor) voidPerformRefactoringOperation.run(IProgressMonitor monitor) -
Uses of CoreException in org.eclipse.ltk.core.refactoring.history
Methods in org.eclipse.ltk.core.refactoring.history that throw CoreExceptionModifier and TypeMethodDescriptionIRefactoringHistoryService.readRefactoringHistory(InputStream stream, int flags) Reads a refactoring history from the input stream.voidIRefactoringHistoryService.writeRefactoringDescriptors(RefactoringDescriptorProxy[] proxies, OutputStream stream, int flags, boolean time, IProgressMonitor monitor) Writes the specified refactoring descriptor proxies to the output stream.voidIRefactoringHistoryService.writeRefactoringSession(RefactoringSessionDescriptor descriptor, OutputStream stream, boolean time) Writes the specified refactoring session descriptor to the output stream. -
Uses of CoreException in org.eclipse.ltk.core.refactoring.model
Methods in org.eclipse.ltk.core.refactoring.model that throw CoreExceptionModifier and TypeMethodDescriptionfinal ResourceTraversal[]AbstractRefactoringDescriptorResourceMapping.getTraversals(ResourceMappingContext context, IProgressMonitor monitor) final ResourceTraversal[]AbstractRefactoringHistoryResourceMapping.getTraversals(ResourceMappingContext context, IProgressMonitor monitor) -
Uses of CoreException in org.eclipse.ltk.core.refactoring.participants
Methods in org.eclipse.ltk.core.refactoring.participants that throw CoreExceptionModifier and TypeMethodDescriptionvoidCheckConditionsContext.add(IConditionChecker checker) Adds the given condition checker.CheckConditionsContext.check(IProgressMonitor pm) Checks the condition of all registered condition checkers and returns a merge status result.IConditionChecker.check(IProgressMonitor monitor) Performs the actual condition checking.ResourceChangeChecker.check(IProgressMonitor monitor) ValidateEditChecker.check(IProgressMonitor monitor) static RefactoringStatusResourceChangeChecker.checkFilesToBeChanged(IFile[] files, IProgressMonitor monitor) A helper method to check a set of changed files.ProcessorBasedRefactoring.checkFinalConditions(IProgressMonitor pm) abstract RefactoringStatusRefactoringProcessor.checkFinalConditions(IProgressMonitor pm, CheckConditionsContext context) Checks the final conditions based on the element to be refactored.ProcessorBasedRefactoring.checkInitialConditions(IProgressMonitor pm) abstract RefactoringStatusRefactoringProcessor.checkInitialConditions(IProgressMonitor pm) Checks some initial conditions based on the element to be refactored.ProcessorBasedRefactoring.createChange(IProgressMonitor pm) abstract ChangeRefactoringParticipant.createChange(IProgressMonitor pm) Creates aChangeobject that contains the workspace modifications of this participant to be executed after the changes from the refactoring are executed.abstract ChangeRefactoringProcessor.createChange(IProgressMonitor pm) Creates aChangeobject describing the workspace modifications the processor contributes to the overall refactoring.RefactoringParticipant.createPreChange(IProgressMonitor pm) Creates aChangeobject that contains the workspace modifications of this participant to be executed before the changes from the refactoring are executed.final booleanProcessorBasedRefactoring.isApplicable()Checks whether the refactoring is applicable to the elements to be refactored or not.abstract booleanRefactoringProcessor.isApplicable()Checks whether the processor is applicable to the elements to be refactored or not.abstract RefactoringParticipant[]RefactoringProcessor.loadParticipants(RefactoringStatus status, SharableParticipants sharedParticipants) Returns the array of participants.RefactoringProcessor.postCreateChange(Change[] participantChanges, IProgressMonitor pm) Additional hook allowing processors to add changes to the set of workspace modifications after all participant changes have been created. -
Uses of CoreException in org.eclipse.ltk.core.refactoring.resource
Methods in org.eclipse.ltk.core.refactoring.resource that throw CoreExceptionModifier and TypeMethodDescriptionCopyProjectDescriptor.createRefactoring(RefactoringStatus status) DeleteResourcesDescriptor.createRefactoring(RefactoringStatus status) MoveRenameResourceDescriptor.createRefactoring(RefactoringStatus status) MoveResourcesDescriptor.createRefactoring(RefactoringStatus status) RenameResourceDescriptor.createRefactoring(RefactoringStatus status) ResourceChange.isValid(IProgressMonitor pm) This implementation ofChange.isValid(IProgressMonitor)tests the modified resource using the validation method specified byResourceChange.setValidationMethod(int).CopyProjectChange.perform(IProgressMonitor pm) DeleteResourceChange.perform(IProgressMonitor pm) final ChangeMoveRenameResourceChange.perform(IProgressMonitor monitor) final ChangeMoveResourceChange.perform(IProgressMonitor monitor) RenameResourceChange.perform(IProgressMonitor pm) -
Uses of CoreException in org.eclipse.ltk.ui.refactoring
Methods in org.eclipse.ltk.ui.refactoring that throw CoreExceptionModifier and TypeMethodDescriptionabstract IRegionLanguageElementNode.getTextRange()Returns the text region the of this language element node. -
Uses of CoreException in org.eclipse.ltk.ui.refactoring.history
Methods in org.eclipse.ltk.ui.refactoring.history that throw CoreExceptionModifier and TypeMethodDescriptionprotected RefactoringRefactoringHistoryWizard.createRefactoring(RefactoringDescriptor descriptor, RefactoringStatus status) Deprecated.since 3.6.protected RefactoringRefactoringHistoryWizard.createRefactoring(RefactoringDescriptor descriptor, RefactoringStatus status, IProgressMonitor monitor) Deprecated.since 3.7.protected RefactoringContextRefactoringHistoryWizard.createRefactoringContext(RefactoringDescriptor descriptor, RefactoringStatus status, IProgressMonitor monitor) Creates a refactoring context from the specified refactoring descriptor. -
Uses of CoreException in org.eclipse.ltk.ui.refactoring.model
Methods in org.eclipse.ltk.ui.refactoring.model that throw CoreExceptionModifier and TypeMethodDescriptionAbstractResourceMappingMerger.merge(IMergeContext context, IProgressMonitor monitor) -
Uses of CoreException in org.eclipse.search.core.text
Methods in org.eclipse.search.core.text that throw CoreExceptionModifier and TypeMethodDescriptionbooleanTextSearchRequestor.acceptFile(IFile file) Notification sent before search starts in the given file.booleanTextSearchRequestor.acceptPatternMatch(TextSearchMatchAccess matchAccess) Accepts the given search match and decides if the search should continue for this file. -
Uses of CoreException in org.eclipse.search.ui.text
Methods in org.eclipse.search.ui.text that throw CoreExceptionModifier and TypeMethodDescriptionabstract ISearchQueryTextSearchQueryProvider.createQuery(String selectedText) Create a query to search for the selected text in the workspace.abstract ISearchQueryTextSearchQueryProvider.createQuery(String selectedText, IResource[] resources) Create a query to search for the selected text in the given resources.abstract ISearchQueryTextSearchQueryProvider.createQuery(String selectedText, IWorkingSet[] ws) Create a query to search for the selected text in the given working sets.abstract ISearchQueryTextSearchQueryProvider.createQuery(TextSearchQueryProvider.TextSearchInput textSearchInput) Create a query for the input with the given information. -
Uses of CoreException in org.eclipse.team.core
Subclasses of CoreException in org.eclipse.team.coreModifier and TypeClassDescriptionclassThis exception is thrown by the team provider API.Methods in org.eclipse.team.core with parameters of type CoreExceptionModifier and TypeMethodDescriptionstatic TeamExceptionTeamException.asTeamException(CoreException e) Return aTeamExceptionfor the given exception.Methods in org.eclipse.team.core that throw CoreExceptionModifier and TypeMethodDescriptionfinal voidRepositoryProvider.configure()Configures the nature for the given project.abstract voidRepositoryProvider.configureProject()Configures the provider for the given project.Constructors in org.eclipse.team.core with parameters of type CoreExceptionModifierConstructorDescriptionprotectedCreate aTeamExceptionthat wraps the givenCoreException -
Uses of CoreException in org.eclipse.team.core.history
Methods in org.eclipse.team.core.history that throw CoreExceptionModifier and TypeMethodDescriptionIFileRevision.getStorage(IProgressMonitor monitor) Returns the storage for this file revision.IFileRevision.withAllProperties(IProgressMonitor monitor) Returns anIFileRevisionwith all supported properties present. -
Uses of CoreException in org.eclipse.team.core.importing.provisional
Methods in org.eclipse.team.core.importing.provisional that throw CoreExceptionModifier and TypeMethodDescriptionIProject[]BundleImporterDelegate.performImport(ScmUrlImportDescription[] descriptions, IProgressMonitor monitor) IProject[]IBundleImporterDelegate.performImport(ScmUrlImportDescription[] descriptions, IProgressMonitor monitor) Imports bundles into the workspace creating a project for each import description. -
Uses of CoreException in org.eclipse.team.core.mapping
Methods in org.eclipse.team.core.mapping that throw CoreExceptionModifier and TypeMethodDescriptionprotected IStorageMergerDelegatingStorageMerger.createDelegateMerger(IStorage target) Create a merger for the given storage or returnnullif an appropriate merger could not be created.voidIChangeGroupingRequestor.ensureChangesGrouped(IProject project, IFile[] files, String nameHint) Issue a request to group the provided files together when the changes are committed or checked-in to the repository.protected voidChangeTracker.ensureGrouped(IProject project, String name, IFile[] files) Group the given modified file into a change set with the given name.static IContentTypeDelegatingStorageMerger.getContentType(IStorage target) A helper method that finds the content type for the given storage or returnsnullif a content type cannot be found.voidISynchronizationScopeManager.initialize(IProgressMonitor monitor) Build the scope that is used to determine the complete set of resource mappings, and hence resources, that an operation should be performed on.protected booleanChangeTracker.isModified(IFile file) Return whether the given file is modified with respect to the repository provider associated with the file's project.booleanIChangeGroupingRequestor.isModified(IFile file) Return whether the given file is modified with respect to the repository.voidIMergeContext.markAsMerged(IDiff[] nodes, boolean inSyncHint, IProgressMonitor monitor) Mark the files associated with the given diff nodes as being merged.voidIMergeContext.markAsMerged(IDiff node, boolean inSyncHint, IProgressMonitor monitor) Method that allows the model merger to signal that the file associated with the given diff node has been completely merged.DelegatingStorageMerger.merge(OutputStream output, String outputEncoding, IStorage ancestor, IStorage target, IStorage other, IProgressMonitor monitor) IMergeContext.merge(IDiff[] diffs, boolean ignoreLocalChanges, IProgressMonitor monitor) Attempt to merge any files associated with the given diffs.IMergeContext.merge(IDiff diff, boolean ignoreLocalChanges, IProgressMonitor monitor) Method that can be called by the model merger to attempt a file-system level merge.IResourceMappingMerger.merge(IMergeContext mergeContext, IProgressMonitor monitor) Attempt to automatically merge the mappings of the merge context(MergeContext#getMappings()).IStorageMerger.merge(OutputStream output, String outputEncoding, IStorage ancestor, IStorage target, IStorage other, IProgressMonitor monitor) Performs a merge operation on the given storage instances and writes the merge result to the output stream.ResourceMappingMerger.merge(IMergeContext mergeContext, IProgressMonitor monitor) A default implementation of merge that attempts to merge all the mappings in the context.voidISynchronizationContext.refresh(ResourceMapping[] mappings, IProgressMonitor monitor) Refresh the portion of the context related to the given resource mappings.voidISynchronizationContext.refresh(ResourceTraversal[] traversals, int flags, IProgressMonitor monitor) Refresh the context in order to update the diff tree returned byISynchronizationContext.getDiffTree()to include the latest synchronization state for the resources.ISynchronizationScopeManager.refresh(ResourceMapping[] mappings, IProgressMonitor monitor) Refresh the scope of this manager for the given mappings.voidIMergeContext.reject(IDiff[] diffs, IProgressMonitor monitor) Reject the changes associated with the given diffs.voidIMergeContext.reject(IDiff diff, IProgressMonitor monitor) Reject the change associated with the given diff.voidIMergeContext.run(IWorkspaceRunnable runnable, ISchedulingRule rule, int flags, IProgressMonitor monitor) Runs the given action as an atomic workspace operation. -
Uses of CoreException in org.eclipse.team.core.mapping.provider
Methods in org.eclipse.team.core.mapping.provider that throw CoreExceptionModifier and TypeMethodDescriptionprotected voidMergeContext.ensureParentsExist(IResource resource, IProgressMonitor monitor) Ensure that the parent folders of the given resource exist.static ResourceMapping[]SynchronizationScopeManager.getMappingsFromProviders(ResourceTraversal[] traversals, ResourceMappingContext context, IProgressMonitor monitor) Convenience method for obtaining the set of resource mappings from all model providers that overlap with the given resources.voidSynchronizationScopeManager.initialize(IProgressMonitor monitor) protected abstract voidMergeContext.makeInSync(IDiff diff, IProgressMonitor monitor) Method that is invoked fromMergeContext.performReplace(IDiff, IProgressMonitor)after the local has been changed to match the remote.voidMergeContext.markAsMerged(IDiff[] nodes, boolean inSyncHint, IProgressMonitor monitor) MergeContext.merge(IDiff[] deltas, boolean force, IProgressMonitor monitor) MergeContext.merge(IDiff diff, boolean ignoreLocalChanges, IProgressMonitor monitor) protected voidMergeContext.performReplace(IDiff diff, IProgressMonitor monitor) Make the local state of the resource associated with the given diff match that of the remote.protected IStatusMergeContext.performThreeWayMerge(IThreeWayDiff diff, IProgressMonitor monitor) Perform a three-way merge on the given three-way diff that contains a content conflict.voidSynchronizationContext.refresh(ResourceMapping[] mappings, IProgressMonitor monitor) SynchronizationScopeManager.refresh(ResourceMapping[] mappings, IProgressMonitor monitor) voidMergeContext.reject(IDiff[] diffs, IProgressMonitor monitor) voidMergeContext.run(IWorkspaceRunnable runnable, ISchedulingRule rule, int flags, IProgressMonitor monitor) -
Uses of CoreException in org.eclipse.team.core.subscribers
Methods in org.eclipse.team.core.subscribers that throw CoreExceptionModifier and TypeMethodDescriptionvoidSubscriber.accept(IResource[] resources, int depth, IDiffVisitor visitor) Visit any out-of-sync resources in the given resources visited to the given depth.voidSubscriber.accept(ResourceTraversal[] traversals, IDiffVisitor visitor) Visit any out-of-sync resources covered by the given traversals.booleanSubscriberResourceMappingContext.contentDiffers(IFile file, IProgressMonitor monitor) final IStorageSubscriberResourceMappingContext.fetchBaseContents(IFile file, IProgressMonitor monitor) final IResource[]SubscriberResourceMappingContext.fetchMembers(IContainer container, IProgressMonitor monitor) final IStorageSubscriberResourceMappingContext.fetchRemoteContents(IFile file, IProgressMonitor monitor) Returns synchronization info, in the form of anIDifffor the given resource, ornullif there is no synchronization info because the subscriber does not apply to this resource or the resource is in-sync.intSubscriber.getState(ResourceMapping mapping, int stateMask, IProgressMonitor monitor) Return the synchronization state of the given resource mapping.protected SyncInfoSubscriberMergeContext.getSyncInfo(IResource resource) Return the sync info for the given resource.booleanSubscriberResourceMappingContext.hasLocalChange(IResource resource, IProgressMonitor monitor) final booleanSubscriberResourceMappingContext.hasRemoteChange(IResource resource, IProgressMonitor monitor) voidSubscriberScopeManager.initialize(IProgressMonitor monitor) voidSubscriberMergeContext.refresh(ResourceTraversal[] traversals, int flags, IProgressMonitor monitor) final voidSubscriberResourceMappingContext.refresh(ResourceTraversal[] traversals, int flags, IProgressMonitor monitor) SubscriberScopeManager.refresh(ResourceMapping[] mappings, IProgressMonitor monitor) -
Uses of CoreException in org.eclipse.team.ui
Methods in org.eclipse.team.ui that throw CoreExceptionModifier and TypeMethodDescriptionstatic IScmUrlImportWizardPage[]Return a set of wizard pages for the given importer ID. -
Uses of CoreException in org.eclipse.team.ui.history
Methods in org.eclipse.team.ui.history that throw CoreExceptionModifier and TypeMethodDescriptionprotected voidHistoryPageCompareEditorInput.performReplace(Object selectedObject) A replace has been requested. -
Uses of CoreException in org.eclipse.team.ui.mapping
Methods in org.eclipse.team.ui.mapping with parameters of type CoreExceptionModifier and TypeMethodDescriptionprotected voidSynchronizationContentProvider.handleException(CoreException e) Handle the given exception that occurred while calculating the children for an element.Methods in org.eclipse.team.ui.mapping that throw CoreExceptionModifier and TypeMethodDescriptionITeamContentProviderDescriptor.createPreferencePage()Return a preference page that can be displayed to configure the content provider of this extension.voidSaveableComparison.doSave(IProgressMonitor monitor) Saves the contents of this saveable.intSynchronizationStateTester.getState(Object element, int stateMask, IProgressMonitor monitor) Return the synchronization state of the given element.ITeamStateProvider.getStateDescription(Object element, int stateMask, String[] properties, IProgressMonitor monitor) Return the state description for the given element.intISynchronizationCompareAdapter.getSynchronizationState(ITeamStateProvider provider, ResourceMapping mapping, int stateMask, IProgressMonitor monitor) Return the synchronization state of the resource mapping with respect to the given team state provider.intSynchronizationCompareAdapter.getSynchronizationState(ITeamStateProvider provider, ResourceMapping mapping, int stateMask, IProgressMonitor monitor) Return the synchronization state of the resource mapping with respect to the given team state provider.booleanITeamStateProvider.hasDecoratedState(Object element) Return whether the given element has any decorated state.protected abstract voidSaveableComparison.performSave(IProgressMonitor monitor) Method invoked fromSaveableComparison.doSave(IProgressMonitor)to write out the buffer.voidISynchronizationCompareInput.prepareInput(CompareConfiguration configuration, IProgressMonitor monitor) Prepare the compare input associated with a model element for display using the compare configuration. -
Uses of CoreException in org.eclipse.team.ui.synchronize
Methods in org.eclipse.team.ui.synchronize that throw CoreExceptionModifier and TypeMethodDescriptionbooleanModelSynchronizeParticipant.checkForBufferChange(Shell shell, ISynchronizationCompareInput input, boolean cancelAllowed, IProgressMonitor monitor) Convenience method for switching the active saveable of this participant to the saveable of the given input.protected voidModelMergeOperation.executeMerge(IProgressMonitor monitor) Perform a merge.protected voidModelParticipantMergeOperation.executeMerge(IProgressMonitor monitor) SubscriberTeamStateProvider.getStateDescription(Object element, int stateMask, String[] properties, IProgressMonitor monitor) protected final intSubscriberTeamStateProvider.getSynchronizationState(Object element, int stateMask, IProgressMonitor monitor) Obtain the synchronization state of the element.static voidModelParticipantAction.handleTargetSaveableChange(Shell shell, SaveableComparison targetSaveable, SaveableComparison activeSaveable, boolean allowCancel, IProgressMonitor monitor) Convenience method that prompts if the currently active saveable is dirty and either saves or reverts the saveable depending on the users input.booleanSubscriberTeamStateProvider.hasDecoratedState(Object element) protected abstract voidModelMergeOperation.initializeContext(IProgressMonitor monitor) Initialize the merge context for this merge operation.protected voidModelParticipantMergeOperation.initializeContext(IProgressMonitor monitor) protected IStatusModelMergeOperation.performMerge(ModelProvider provider, IProgressMonitor monitor) Attempt to merge all the mappings that come from the given provider.protected IStatusModelMergeOperation.performMerge(IProgressMonitor monitor) Attempt a headless merge of the elements in the context of this operation.protected MergeContextModelSynchronizeParticipant.restoreContext(ISynchronizationScopeManager manager) Recreate the context for this participant.voidParticipantPageCompareEditorInput.saveChanges(IProgressMonitor monitor) voidAbstractSynchronizeParticipant.setInitializationData(IConfigurationElement config, String propertyName, Object data) protected voidAbstractSynchronizeParticipant.setInitializationData(ISynchronizeParticipantDescriptor descriptor) -
Uses of CoreException in org.eclipse.ui
Subclasses of CoreException in org.eclipse.uiModifier and TypeClassDescriptionclassA checked exception indicating one or more workbench parts could not be initialized correctly.classA checked exception indicating a workbench part cannot be initialized correctly.classA checked exception indicating a recoverable error occurred internal to the workbench.Methods in org.eclipse.ui that throw CoreExceptionModifier and TypeMethodDescriptionExtensionFactory.create()Creates the object referenced by the factory id obtained from the extension data.abstract voidSaveable.doSave(IProgressMonitor monitor) Saves the contents of this saveable.Saveable.doSave(IProgressMonitor monitor, IShellProvider shellProvider) Saves this saveable, or prepares this saveable for a background save operation.IStorageEditorInput.getStorage()Returns the underlying IStorage object.voidIDecoratorManager.setEnabled(String decoratorId, boolean enabled) Sets whether the specified decorator is enabled.voidExtensionFactory.setInitializationData(IConfigurationElement config, String propertyName, Object data) -
Uses of CoreException in org.eclipse.ui.actions
Methods in org.eclipse.ui.actions that throw CoreExceptionModifier and TypeMethodDescriptionprotected voidCopyFilesAndFoldersOperation.copy(IResource[] resources, IPath destination, IProgressMonitor monitor) Deprecated.As of 3.3, the work is performed in the undoable operation created inCopyFilesAndFoldersOperation.getUndoableCopyOrMoveOperation(IResource[], IPath)protected voidMoveFilesAndFoldersOperation.copy(IResource[] resources, IPath destination, IProgressMonitor monitor) Deprecated.As of 3.3, the work is performed in the undoable operation created inMoveFilesAndFoldersOperation.getUndoableCopyOrMoveOperation(IResource[], IPath)protected IProjectDescriptionCopyProjectAction.createDescription(IProject project, String projectName, IPath rootLocation) Create a new IProjectDescription for the copy using the name and path selected from the dialog.protected voidWorkspaceModifyDelegatingOperation.execute(IProgressMonitor monitor) protected abstract voidWorkspaceModifyOperation.execute(IProgressMonitor monitor) Performs the steps that are to be treated as a single logical workspace change.protected voidCloseResourceAction.invokeOperation(IResource resource, IProgressMonitor monitor) protected voidOpenResourceAction.invokeOperation(IResource resource, IProgressMonitor monitor) protected voidScrubLocalAction.invokeOperation(IResource resource, IProgressMonitor monitor) Deprecated.protected voidWorkspaceAction.invokeOperation(IResource resource, IProgressMonitor monitor) Deprecated.Since 3.3, subclasses should instead implement the methodWorkspaceAction.createOperation(IStatus[])and provide an empty implementation for this method.protected voidRefreshAction.refreshResource(IResource resource, IProgressMonitor monitor) Refresh the resource (with a check for deleted projects). -
Uses of CoreException in org.eclipse.ui.cheatsheets
Methods in org.eclipse.ui.cheatsheets that throw CoreExceptionModifier and TypeMethodDescriptionCheatSheetExtensionFactory.create()voidCheatSheetExtensionFactory.setInitializationData(IConfigurationElement config, String propertyName, Object data) -
Uses of CoreException in org.eclipse.ui.dialogs
Methods in org.eclipse.ui.dialogs that throw CoreExceptionModifier and TypeMethodDescriptionprotected voidWizardNewFileCreationPage.createFile(IFile fileHandle, InputStream contents, IProgressMonitor monitor) Deprecated.As of 3.3, use or overrideWizardNewFileCreationPage.createNewFile()which uses the undoable operation support.protected voidWizardNewFolderMainPage.createFolder(IFolder folderHandle, IProgressMonitor monitor) Deprecated.As of 3.3, useWizardNewFolderMainPage.createNewFolder()which uses the undoable operation support.protected abstract voidFilteredItemsSelectionDialog.fillContentProvider(FilteredItemsSelectionDialog.AbstractContentProvider contentProvider, FilteredItemsSelectionDialog.ItemsFilter itemsFilter, IProgressMonitor progressMonitor) Fills the content provider with matching items.protected voidFilteredResourcesSelectionDialog.fillContentProvider(FilteredItemsSelectionDialog.AbstractContentProvider contentProvider, FilteredItemsSelectionDialog.ItemsFilter itemsFilter, IProgressMonitor progressMonitor) ContainerGenerator.generateContainer(IProgressMonitor monitor) Ensures that this generator's container resource exists. -
Uses of CoreException in org.eclipse.ui.editors.text
Methods in org.eclipse.ui.editors.text with parameters of type CoreExceptionModifier and TypeMethodDescriptionprotected voidStorageDocumentProvider.handleCoreException(CoreException exception, String message) Defines the standard procedure to handleCoreExceptions.protected voidTextFileDocumentProvider.handleCoreException(CoreException exception, String message) Defines the standard procedure to handleCoreExceptions.booleanForwardingDocumentProvider.isNotSynchronizedException(Object element, CoreException ex) booleanStorageDocumentProvider.isNotSynchronizedException(Object element, CoreException ex) booleanTextFileDocumentProvider.isNotSynchronizedException(Object element, CoreException ex) booleanTextFileDocumentProvider.NullProvider.isNotSynchronizedException(Object element, CoreException ex) Deprecated.Methods in org.eclipse.ui.editors.text that throw CoreExceptionModifier and TypeMethodDescriptionprotected voidFileDocumentProvider.cacheEncodingState(Object element) Internally caches the file's encoding data.protected voidFileDocumentProvider.checkSynchronizationState(long cachedModificationStamp, IResource resource) Checks whether the given resource has been changed on the local file system by comparing the actual time stamp with the cached one.protected voidTextFileDocumentProvider.commitFileBuffer(IProgressMonitor monitor, TextFileDocumentProvider.FileInfo info, boolean overwrite) Commits the given file info's file buffer by changing the contents of the underlying file to the contents of this file buffer.voidvoidvoidDeprecated.protected IAnnotationModelFileDocumentProvider.createAnnotationModel(Object element) protected IAnnotationModelStorageDocumentProvider.createAnnotationModel(Object element) protected IDocumentStorageDocumentProvider.createDocument(Object element) protected AbstractDocumentProvider.ElementInfoFileDocumentProvider.createElementInfo(Object element) protected AbstractDocumentProvider.ElementInfoStorageDocumentProvider.createElementInfo(Object element) protected voidTextFileDocumentProvider.createFileFromDocument(IProgressMonitor monitor, IFile file, IDocument document) Creates the given file with the given document content.protected TextFileDocumentProvider.FileInfoTextFileDocumentProvider.createFileInfo(Object element) Creates and returns the file info object for the given element.TextFileDocumentProvider.createSaveOperation(Object element, IDocument document, boolean overwrite) protected voidFileDocumentProvider.doResetDocument(Object element, IProgressMonitor monitor) protected voidFileDocumentProvider.doSaveDocument(IProgressMonitor monitor, Object element, IDocument document, boolean overwrite) protected voidStorageDocumentProvider.doSaveDocument(IProgressMonitor monitor, Object element, IDocument document, boolean overwrite) protected voidTextEditor.doSetInput(IEditorInput input) protected voidFileDocumentProvider.doSynchronize(Object element, IProgressMonitor monitor) protected voidStorageDocumentProvider.doUpdateStateCache(Object element) protected voidFileDocumentProvider.doValidateState(Object element, Object computationContext) protected abstract voidTextFileDocumentProvider.DocumentProviderOperation.execute(IProgressMonitor monitor) The actual functionality of this operation.protected voidTextFileDocumentProvider.executeOperation(TextFileDocumentProvider.DocumentProviderOperation operation, IProgressMonitor monitor) Executes the given operation in the providers runnable context.FileDocumentProvider.getContentType(Object element) ForwardingDocumentProvider.getContentType(Object element) StorageDocumentProvider.getContentType(Object element) TextFileDocumentProvider.getContentType(Object element) TextFileDocumentProvider.NullProvider.getContentType(Object element) Deprecated.protected voidFileDocumentProvider.persistEncoding(Object element, String encoding) Persists the given encoding for the given element.protected voidStorageDocumentProvider.persistEncoding(Object element, String encoding) Persists the given encoding for the given element.protected voidFileDocumentProvider.readUTF8BOM(IFile file, String encoding, Object element) Deprecated.as of 3.0 this method is no longer in use and does nothingprotected voidFileDocumentProvider.refreshFile(IFile file) Refreshes the given file resource.protected voidFileDocumentProvider.refreshFile(IFile file, IProgressMonitor monitor) Refreshes the given file resource.voidForwardingDocumentProvider.resetDocument(Object element) voidTextFileDocumentProvider.NullProvider.resetDocument(Object element) Deprecated.voidTextFileDocumentProvider.resetDocument(Object element) voidForwardingDocumentProvider.saveDocument(IProgressMonitor monitor, Object element, IDocument document, boolean overwrite) voidTextFileDocumentProvider.NullProvider.saveDocument(IProgressMonitor monitor, Object element, IDocument document, boolean overwrite) Deprecated.final voidTextFileDocumentProvider.saveDocument(IProgressMonitor monitor, Object element, IDocument document, boolean overwrite) protected booleanFileDocumentProvider.setDocumentContent(IDocument document, IEditorInput editorInput) Deprecated.use file encoding based versionprotected booleanFileDocumentProvider.setDocumentContent(IDocument document, IEditorInput editorInput, String encoding) protected voidStorageDocumentProvider.setDocumentContent(IDocument document, InputStream contentStream) Deprecated.use encoding based version insteadprotected voidStorageDocumentProvider.setDocumentContent(IDocument document, InputStream contentStream, String encoding) Initializes the given document with the given stream using the given encoding.protected booleanStorageDocumentProvider.setDocumentContent(IDocument document, IEditorInput editorInput) Deprecated.use the encoding based version insteadprotected booleanStorageDocumentProvider.setDocumentContent(IDocument document, IEditorInput editorInput, String encoding) Initializes the given document from the given editor input using the given character encoding.voidForwardingDocumentProvider.synchronize(Object element) voidTextFileDocumentProvider.NullProvider.synchronize(Object element) Deprecated.voidTextFileDocumentProvider.synchronize(Object element) protected voidStorageDocumentProvider.updateCache(IStorageEditorInput input) Updates the internal cache for the given input.voidForwardingDocumentProvider.updateStateCache(Object element) voidTextFileDocumentProvider.NullProvider.updateStateCache(Object element) Deprecated.voidTextFileDocumentProvider.updateStateCache(Object element) voidForwardingDocumentProvider.validateState(Object element, Object computationContext) voidTextFileDocumentProvider.NullProvider.validateState(Object element, Object computationContext) Deprecated.voidTextFileDocumentProvider.validateState(Object element, Object computationContext) booleanFileDocumentProvider.FileSynchronizer.visit(IResourceDelta delta) -
Uses of CoreException in org.eclipse.ui.ide
Methods in org.eclipse.ui.ide that throw CoreExceptionModifier and TypeMethodDescriptionIUnassociatedEditorStrategy.getEditorDescriptor(String fileName, IEditorRegistry editorRegistry) -
Uses of CoreException in org.eclipse.ui.ide.undo
Methods in org.eclipse.ui.ide.undo that throw CoreExceptionModifier and TypeMethodDescriptionprotected voidCopyResourcesOperation.copy(IProgressMonitor monitor, IAdaptable uiInfo) Move or copy any known resources according to the destination parameters known by this operation.abstract voidResourceDescription.createExistentResourceFromHandle(IResource resource, IProgressMonitor monitor) Deprecated.Given a resource handle, create an actual resource with the attributes of the receiver resource description.abstract IResourceResourceDescription.createResource(IProgressMonitor monitor) Deprecated.Create an existent resource from this resource description.protected abstract voidAbstractWorkspaceOperation.doExecute(IProgressMonitor monitor, IAdaptable uiInfo) Perform the specific work involved in executing this operation.protected voidCopyProjectOperation.doExecute(IProgressMonitor monitor, IAdaptable uiInfo) protected voidCopyResourcesOperation.doExecute(IProgressMonitor monitor, IAdaptable uiInfo) protected voidCreateMarkersOperation.doExecute(IProgressMonitor monitor, IAdaptable info) protected voidDeleteMarkersOperation.doExecute(IProgressMonitor monitor, IAdaptable info) protected voidDeleteResourcesOperation.doExecute(IProgressMonitor monitor, IAdaptable uiInfo) protected voidMoveProjectOperation.doExecute(IProgressMonitor monitor, IAdaptable uiInfo) protected voidMoveResourcesOperation.doExecute(IProgressMonitor monitor, IAdaptable uiInfo) protected voidUpdateMarkersOperation.doExecute(IProgressMonitor monitor, IAdaptable info) protected abstract voidAbstractWorkspaceOperation.doUndo(IProgressMonitor monitor, IAdaptable uiInfo) Perform the specific work involved in undoing this operation.protected voidCopyProjectOperation.doUndo(IProgressMonitor monitor, IAdaptable uiInfo) protected voidCopyResourcesOperation.doUndo(IProgressMonitor monitor, IAdaptable uiInfo) protected voidCreateMarkersOperation.doUndo(IProgressMonitor monitor, IAdaptable info) protected voidDeleteMarkersOperation.doUndo(IProgressMonitor monitor, IAdaptable info) protected voidDeleteResourcesOperation.doUndo(IProgressMonitor monitor, IAdaptable uiInfo) protected voidMoveProjectOperation.doUndo(IProgressMonitor monitor, IAdaptable uiInfo) protected voidMoveResourcesOperation.doUndo(IProgressMonitor monitor, IAdaptable uiInfo) protected voidUpdateMarkersOperation.doUndo(IProgressMonitor monitor, IAdaptable info) protected voidMoveResourcesOperation.move(IProgressMonitor monitor, IAdaptable uiInfo) Move any known resources according to the destination parameters known by this operation.abstract voidResourceDescription.recordStateFromHistory(IResource resource, IProgressMonitor monitor) Deprecated.Record the appropriate state of this resource description using any available resource history. -
Uses of CoreException in org.eclipse.ui.internal
Methods in org.eclipse.ui.internal that throw CoreExceptionModifier and TypeMethodDescriptionstatic ObjectWorkbenchPlugin.createExtension(IConfigurationElement element, String classAttribute) Creates an extension.static BooleanWindowsDefenderConfigurator.runCheckEnforced(IProgressMonitor m) Opens the dialog to run the exclusion, regardless of any preference.static voidWindowsDefenderConfigurator.savePreference(IScopeContext scope, String key, String value) -
Uses of CoreException in org.eclipse.ui.intro.universal
Methods in org.eclipse.ui.intro.universal that throw CoreExceptionModifier and TypeMethodDescriptionExtensionFactory.create()voidExtensionFactory.setInitializationData(IConfigurationElement config, String propertyName, Object data) -
Uses of CoreException in org.eclipse.ui.part
Methods in org.eclipse.ui.part that throw CoreExceptionModifier and TypeMethodDescriptionprotected static IDropActionDelegatePluginDropAdapter.getPluginAdapter(PluginTransferData data) Loads the class that will perform the action associated with the given drop data. -
Uses of CoreException in org.eclipse.ui.plugin
Methods in org.eclipse.ui.plugin that throw CoreExceptionModifier and TypeMethodDescriptionvoidAbstractUIPlugin.shutdown()Deprecated, for removal: This API element is subject to removal in a future version.In Eclipse 3.0,shutdownhas been replaced byPlugin.stop(BundleContext context).voidAbstractUIPlugin.startup()Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of CoreException in org.eclipse.ui.statushandlers
Methods in org.eclipse.ui.statushandlers with parameters of type CoreExceptionModifier and TypeMethodDescriptionvoidStatusManager.handle(CoreException coreException, String pluginId) Handles given CoreException. -
Uses of CoreException in org.eclipse.ui.texteditor
Subclasses of CoreException in org.eclipse.ui.texteditorModifier and TypeClassDescriptionclassDeprecated.No longer used, create aCoreExceptioninsteadMethods in org.eclipse.ui.texteditor with parameters of type CoreExceptionModifier and TypeMethodDescriptionprotected voidAbstractMarkerAnnotationModel.handleCoreException(CoreException exception, String message) Handles an unanticipatedCoreExceptionin a standard manner.protected voidMarkerRulerAction.handleCoreException(CoreException exception, String message) Handles core exceptions.protected final voidSelectMarkerRulerAction.handleCoreException(CoreException exception, String message) Handles core exceptions.protected voidAbstractTextEditor.handleExceptionOnSave(CoreException exception, IProgressMonitor progressMonitor) Handles the given exception.booleanAbstractDocumentProvider.isNotSynchronizedException(Object element, CoreException ex) booleanIDocumentProviderExtension5.isNotSynchronizedException(Object element, CoreException ex) Tells whether the given core exception is exactly the exception which is thrown for a non-synchronized element.protected voidAbstractDecoratedTextEditor.openSaveErrorDialog(String title, String message, CoreException exception) Presents an error dialog to the user when a problem happens during save.protected voidAbstractTextEditor.openSaveErrorDialog(String title, String message, CoreException exception) Presents an error dialog to the user when a problem happens during save.Methods in org.eclipse.ui.texteditor that throw CoreExceptionModifier and TypeMethodDescriptionvoidfinal voidvoidConnects the given element to this document provider.protected abstract IAnnotationModelAbstractDocumentProvider.createAnnotationModel(Object element) Creates an annotation model for the given element.protected abstract IDocumentAbstractDocumentProvider.createDocument(Object element) Creates the document for the given element.protected AbstractDocumentProvider.ElementInfoAbstractDocumentProvider.createElementInfo(Object element) Creates a new element info object for the given element.HyperlinkDetectorDescriptor.createHyperlinkDetector()Deprecated.As of 3.9, replaced byHyperlinkDetectorDescriptor.createHyperlinkDetectorImplementation()HyperlinkDetectorDescriptor.createHyperlinkDetectorImplementation()Creates a newIHyperlinkDetector.static voidCreates a marker on the given resource with the given type and attributes.protected abstract voidAbstractMarkerAnnotationModel.deleteMarkers(IMarker[] markers) Deletes the given markers from this model.protected voidResourceMarkerAnnotationModel.deleteMarkers(IMarker[] markers) protected voidAbstractDocumentProvider.doResetDocument(Object element, IProgressMonitor monitor) Executes the actual work of reseting the given elements document.voidAbstractTextEditor.TextEditorSavable.doSave(IProgressMonitor monitor) protected abstract voidAbstractDocumentProvider.doSaveDocument(IProgressMonitor monitor, Object element, IDocument document, boolean overwrite) Performs the actual work of saving the given document provided for the given element.protected voidAbstractDecoratedTextEditor.doSetInput(IEditorInput input) protected voidAbstractTextEditor.doSetInput(IEditorInput input) Called directly fromsetInputand from within a workspace runnable frominit, this method does the actual setting of the editor input.protected voidStatusTextEditor.doSetInput(IEditorInput input) protected voidAbstractDocumentProvider.doSynchronize(Object element, IProgressMonitor monitor) Performs the actual work of synchronizing the given element.protected voidAbstractDocumentProvider.doUpdateStateCache(Object element) Hook method for updating the state of the given element.protected voidAbstractDocumentProvider.doValidateState(Object element, Object computationContext) Hook method for validating the state of the given element.protected abstract voidAbstractDocumentProvider.DocumentProviderOperation.execute(IProgressMonitor monitor) The actual functionality of this operation.protected voidAbstractDocumentProvider.executeOperation(AbstractDocumentProvider.DocumentProviderOperation operation, IProgressMonitor monitor) Executes the given operation in the providers runnable context.AbstractDocumentProvider.getContentType(Object element) IDocumentProviderExtension4.getContentType(Object element) Returns the content type of for the given element ornullif none could be determined.final voidAbstractDocumentProvider.resetDocument(Object element) voidIDocumentProvider.resetDocument(Object element) Resets the given element's document to its last saved state.protected abstract IMarker[]AbstractMarkerAnnotationModel.retrieveMarkers()Retrieves all markers from this model.protected IMarker[]ResourceMarkerAnnotationModel.retrieveMarkers()final voidAbstractDocumentProvider.saveDocument(IProgressMonitor monitor, Object element, IDocument document, boolean overwrite) voidIDocumentProvider.saveDocument(IProgressMonitor monitor, Object element, IDocument document, boolean overwrite) Saves the given document provided for the given element.final voidAbstractDocumentProvider.synchronize(Object element) voidIDocumentProviderExtension.synchronize(Object element) Synchronizes the document provided for the given element with the given element.booleanAbstractMarkerAnnotationModel.updateMarker(IMarker marker, IDocument document, Position position) Deprecated.useupdateMarker(IDocument, IMarker, Position)instead.booleanAbstractMarkerAnnotationModel.updateMarker(IDocument document, IMarker marker, Position position) Updates the given marker according to the given position in the given document.voidAbstractMarkerAnnotationModel.updateMarkers(IDocument document) Updates the markers managed by this annotation model by calling all registered marker updaters (IMarkerUpdater).final voidAbstractDocumentProvider.updateStateCache(Object element) voidIDocumentProviderExtension.updateStateCache(Object element) Updates the state cache for the given element.voidAbstractDocumentProvider.validateState(Object element, Object computationContext) voidIDocumentProviderExtension.validateState(Object element, Object computationContext) Validates the state of the given element. -
Uses of CoreException in org.eclipse.ui.texteditor.quickdiff
Methods in org.eclipse.ui.texteditor.quickdiff that throw CoreExceptionModifier and TypeMethodDescriptionIQuickDiffReferenceProvider.getReference(IProgressMonitor monitor) Returns the reference document for the quick diff display. -
Uses of CoreException in org.eclipse.ui.texteditor.rulers
Methods in org.eclipse.ui.texteditor.rulers that throw CoreExceptionModifier and TypeMethodDescriptionRulerColumnDescriptor.createColumn(ITextEditor editor) Creates aIContributedRulerColumninstance as described by the receiver. -
Uses of CoreException in org.eclipse.ui.texteditor.spelling
Methods in org.eclipse.ui.texteditor.spelling that throw CoreExceptionModifier and TypeMethodDescriptionSpellingEngineDescriptor.createEngine()Creates a spelling engine as described in the extension's xml.SpellingEngineDescriptor.createPreferences()Creates a spelling preferences block as described in the extension's xml. -
Uses of CoreException in org.eclipse.ui.themes
Methods in org.eclipse.ui.themes that throw CoreExceptionModifier and TypeMethodDescriptionvoidRGBBlendColorFactory.setInitializationData(IConfigurationElement config, String propertyName, Object data) This executable extension requires parameters to be explicitly declared via the second method described in theIExecutableExtensiondocumentation. -
Uses of CoreException in org.eclipse.ui.views
Methods in org.eclipse.ui.views that throw CoreExceptionModifier and TypeMethodDescriptionIViewDescriptor.createView()Creates an instance of the view defined in the descriptor. -
Uses of CoreException in org.eclipse.ui.views.markers
Methods in org.eclipse.ui.views.markers that throw CoreException -
Uses of CoreException in org.eclipse.ui.wizards
Methods in org.eclipse.ui.wizards that throw CoreException
IFlushable.flush(IProgressMonitor).