Uses of Interface
org.eclipse.core.filesystem.IFileStore
-
Packages that use IFileStore Package Description org.eclipse.core.filebuffers Provides the API for accessing file buffers.org.eclipse.core.filesystem Provides an interface for interacting with a file system.org.eclipse.core.filesystem.provider Provides an API to be extended by a file system implementation.org.eclipse.team.core.history Application programming interfaces for describing the history associated with files.org.eclipse.ui.editors.text Provides a standard text editor and concrete document providers basedIFileBufferand others directly handlingIFileandIStorageas editor input.org.eclipse.ui.ide APIs for the IDE-specific portion of the Eclipse Platform User Interface. -
-
Uses of IFileStore in org.eclipse.core.filebuffers
Methods in org.eclipse.core.filebuffers that return IFileStore Modifier and Type Method Description IFileStoreIFileBuffer. getFileStore()Returns the file store of this file buffer.static IFileStoreFileBuffers. getFileStoreAtLocation(IPath location)Returns the file in the local file system for the given location.Methods in org.eclipse.core.filebuffers with parameters of type IFileStore Modifier and Type Method Description voidIFileBufferManager. connectFileStore(IFileStore fileStore, IProgressMonitor monitor)Connects the given file store to this manager.voidIFileBufferManager. disconnectFileStore(IFileStore fileStore, IProgressMonitor monitor)Disconnects the given file store from this manager.IFileBufferIFileBufferManager. getFileStoreFileBuffer(IFileStore fileStore)Returns the file buffer managed for the given file store ornullif there is no such file buffer.ITextFileBufferITextFileBufferManager. getFileStoreTextFileBuffer(IFileStore fileStore)Returns the text file buffer managed for the given file store ornullif there is no such text file buffer. -
Uses of IFileStore in org.eclipse.core.filesystem
Methods in org.eclipse.core.filesystem that return IFileStore Modifier and Type Method Description IFileStore[]IFileStore. childStores(int options, IProgressMonitor monitor)Returns anIFileStoreinstance for each file and directory contained within this store.IFileStoreIFileSystem. fromLocalFile(File file)Returns the file store in this file system corresponding to the given local file.IFileStoreIFileStore. getChild(String name)Returns a child store with the provided name whose parent is this store.IFileStoreIFileStore. getChild(IPath path)Deprecated.usegetFileStore(IPath)insteadIFileStore[]IFileTree. getChildStores(IFileStore store)Returns anIFileStoreinstance for each file and directory contained within the given store at the time this file tree was created.IFileStoreIFileStore. getFileStore(IPath path)Returns a handle to the member store identified by the given path.IFileStoreIFileStore. getParent()Returns the parent of this store.static IFileStoreEFS. getStore(URI uri)Returns the file store corresponding to the provided URI.IFileStoreIFileSystem. getStore(URI uri)Returns a handle to a file store in this file system.IFileStoreIFileSystem. getStore(IPath path)Returns a handle to a file store in this file system.IFileStoreIFileTree. getTreeRoot()Returns the root of this treeIFileStoreIFileStore. mkdir(int options, IProgressMonitor monitor)Creates a directory, and optionally its parent directories.Methods in org.eclipse.core.filesystem with parameters of type IFileStore Modifier and Type Method Description voidIFileStore. copy(IFileStore destination, int options, IProgressMonitor monitor)Copies the file represented by this store to the provided destination store.IFileTreeIFileSystem. fetchFileTree(IFileStore root, IProgressMonitor monitor)Returns a file tree containing information about the complete sub-tree rooted at the given store.IFileInfo[]IFileTree. getChildInfos(IFileStore store)Returns anIFileInfoinstance for each file and directory contained within the given store at the time this file tree was created.IFileStore[]IFileTree. getChildStores(IFileStore store)Returns anIFileStoreinstance for each file and directory contained within the given store at the time this file tree was created.IFileInfoIFileTree. getFileInfo(IFileStore store)Returns information about this file at the time this file tree was created.booleanIFileStore. isParentOf(IFileStore other)Returns whether this store is a parent of the provided store.voidIFileStore. move(IFileStore destination, int options, IProgressMonitor monitor)Moves the file represented by this store to the provided destination store. -
Uses of IFileStore in org.eclipse.core.filesystem.provider
Classes in org.eclipse.core.filesystem.provider that implement IFileStore Modifier and Type Class Description classFileStoreThe abstract superclass of allIFileStoreimplementations.Fields in org.eclipse.core.filesystem.provider declared as IFileStore Modifier and Type Field Description protected IFileStoreFileTree. treeRootThe root of the file treeMethods in org.eclipse.core.filesystem.provider that return IFileStore Modifier and Type Method Description IFileStore[]FileStore. childStores(int options, IProgressMonitor monitor)The default implementation ofchildStores(int, IProgressMonitor).IFileStoreFileSystem. fromLocalFile(File file)Returns the file store in this file system corresponding to the given local file.abstract IFileStoreFileStore. getChild(String name)IFileStoreFileStore. getChild(IPath path)Deprecated.useFileStore.getFileStore(IPath)insteadabstract IFileStore[]FileTree. getChildStores(IFileStore store)IFileStoreFileStore. getFileStore(IPath path)The default implementation ofgetFileStore(IPath)Subclasses may override.abstract IFileStoreFileStore. getParent()abstract IFileStoreFileSystem. getStore(URI uri)Subclasses must implement this method to satisfy the contract ofIFileSystem.getStore(URI).IFileStoreFileSystem. getStore(IPath path)This is the default implementation ofIFileSystem.getStore(IPath).IFileStoreFileTree. getTreeRoot()IFileStoreFileStore. mkdir(int options, IProgressMonitor monitor)The default implementation ofmkdir(int, IProgressMonitor).Methods in org.eclipse.core.filesystem.provider with parameters of type IFileStore Modifier and Type Method Description voidFileStore. copy(IFileStore destination, int options, IProgressMonitor monitor)The default implementation ofcopy(IFileStore, int, IProgressMonitor).protected voidFileStore. copyDirectory(IFileInfo sourceInfo, IFileStore destination, int options, IProgressMonitor monitor)Recursively copies a directory as specified bycopy(IFileStore, int, IProgressMonitor).protected voidFileStore. copyFile(IFileInfo sourceInfo, IFileStore destination, int options, IProgressMonitor monitor)Copies a file as specified bycopy(IFileStore, int, IProgressMonitor).IFileTreeFileSystem. fetchFileTree(IFileStore root, IProgressMonitor monitor)Returns a file tree containing information about the complete sub-tree rooted at the given store.abstract IFileInfo[]FileTree. getChildInfos(IFileStore store)abstract IFileStore[]FileTree. getChildStores(IFileStore store)abstract IFileInfoFileTree. getFileInfo(IFileStore store)booleanFileStore. isParentOf(IFileStore other)The default implementation ofisParentOf(IFileStore).voidFileStore. move(IFileStore destination, int options, IProgressMonitor monitor)The default implementation ofmove(IFileStore, int, IProgressMonitor).Constructors in org.eclipse.core.filesystem.provider with parameters of type IFileStore Constructor Description FileTree(IFileStore treeRoot)Creates a new file tree with tree root as the root -
Uses of IFileStore in org.eclipse.team.core.history
Methods in org.eclipse.team.core.history with parameters of type IFileStore Modifier and Type Method Description IFileHistoryIFileHistoryProvider. getFileHistoryFor(IFileStore store, int flags, IProgressMonitor monitor)Returns anIFileHistoryfor the specifiedIFileStore. -
Uses of IFileStore in org.eclipse.ui.editors.text
Methods in org.eclipse.ui.editors.text that return IFileStore Modifier and Type Method Description protected IFileStoreTextFileDocumentProvider. getFileStore(TextFileDocumentProvider.FileInfo info)Returns the file store denoted by the given info. -
Uses of IFileStore in org.eclipse.ui.ide
Methods in org.eclipse.ui.ide with parameters of type IFileStore Modifier and Type Method Description static IEditorDescriptorIDE. getEditorDescriptorForFileStore(IFileStore fileStore, boolean allowInteractive)Returns an editor descriptor appropriate for opening the given file store.static IEditorPartIDE. openEditorOnFileStore(IWorkbenchPage page, IFileStore fileStore)Opens an editor on the given IFileStore object.static IEditorPartIDE. openInternalEditorOnFileStore(IWorkbenchPage page, IFileStore fileStore)Opens an internal editor on the given IFileStore object.Constructors in org.eclipse.ui.ide with parameters of type IFileStore Constructor Description FileStoreEditorInput(IFileStore fileStore)
-