Uses of Interface
org.eclipse.core.resources.IStorage
Package
Description
Provides support for applying and working with patches.
Provides basic support for managing a workspace and
its resources.
Provides APIs for integrating application models with the workspace
Provides implementations of common source containers supporting source lookup.
Application programming interfaces for defining and working with repository providers.
Application programming interfaces for describing the history associated with
files.
Application programming interfaces for working with resource mappings.
Application programming interfaces for generating and refreshing
synchronization state.
Application programming interfaces for accessing and managing resource variants.
Application programming interfaces for working with history.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
-
Uses of IStorage in org.eclipse.compare.patch
Modifier and TypeMethodDescriptionIFilePatch.apply
(IStorage contents, PatchConfiguration configuration, IProgressMonitor monitor) Apply this patch to the given file contents.static boolean
Return 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.ModifierConstructorDescriptionApplyPatchOperation
(IWorkbenchPart part, IStorage patch, IResource target, CompareConfiguration configuration) Creates a new ApplyPatchOperation with the supplied compare configuration, patch and target. -
Uses of IStorage in org.eclipse.core.resources
Modifier and TypeInterfaceDescriptioninterface
A storage that knows how its contents are encoded.interface
Files are leaf resources which contain data.interface
A previous state of a file stored in the workspace's local history. -
Uses of IStorage in org.eclipse.core.resources.mapping
Modifier and TypeMethodDescriptionabstract IStorage
RemoteResourceMappingContext.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.abstract IStorage
RemoteResourceMappingContext.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. -
Uses of IStorage in org.eclipse.debug.core.sourcelookup.containers
Modifier and TypeClassDescriptionclass
Implementation of storage for a local file (java.io.File
).class
Storage implementation for zip entries. -
Uses of IStorage in org.eclipse.team.core
-
Uses of IStorage in org.eclipse.team.core.history
Modifier and TypeMethodDescriptionIFileRevision.getStorage
(IProgressMonitor monitor) Returns the storage for this file revision. -
Uses of IStorage in org.eclipse.team.core.mapping
Modifier and TypeMethodDescriptionprotected IStorageMerger
DelegatingStorageMerger.createDelegateMerger
(IStorage target) Create a merger for the given storage or returnnull
if an appropriate merger could not be created.static IContentType
DelegatingStorageMerger.getContentType
(IStorage target) A helper method that finds the content type for the given storage or returnsnull
if a content type cannot be found.protected int
Return the Team content type associated with the given target.DelegatingStorageMerger.merge
(OutputStream output, String outputEncoding, IStorage ancestor, IStorage target, IStorage other, IProgressMonitor monitor) 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. -
Uses of IStorage in org.eclipse.team.core.subscribers
Modifier and TypeMethodDescriptionfinal IStorage
SubscriberResourceMappingContext.fetchBaseContents
(IFile file, IProgressMonitor monitor) final IStorage
SubscriberResourceMappingContext.fetchRemoteContents
(IFile file, IProgressMonitor monitor) -
Uses of IStorage in org.eclipse.team.core.variants
Modifier and TypeMethodDescriptionCachedResourceVariant.getStorage
(IProgressMonitor monitor) IResourceVariant.getStorage
(IProgressMonitor monitor) Return an instance of IStorage ornull
if the remote resource does not have contents (i.e. is a folder). -
Uses of IStorage in org.eclipse.team.ui.history
Modifier and TypeMethodDescriptionstatic AbstractDecoratedTextEditor
RevisionAnnotationController.openEditor
(IWorkbenchPage page, Object fileRevision, IStorage storage) Open a text editor that supports the use of a revision ruler on the given file. -
Uses of IStorage in org.eclipse.ui
Modifier and TypeMethodDescriptionIStorageEditorInput.getStorage()
Returns the underlying IStorage object. -
Uses of IStorage in org.eclipse.ui.part
getFileContentManager().getType(IStorage storage)
instead.