Uses of Interface
org.eclipse.core.filesystem.IFileInfo
Packages that use IFileInfo
Package
Description
Provides an interface for interacting with a file system.
Provides an API to be extended by a file system implementation.
Provides APIs intended to be implemented by the resource filter matchers.
-
Uses of IFileInfo in org.eclipse.core.filesystem
Methods in org.eclipse.core.filesystem that return IFileInfoModifier and TypeMethodDescriptionIFileStore.childInfos(int options, IProgressMonitor monitor) Returns anIFileInfoinstance for each file and directory contained within this store.static IFileInfoEFS.createFileInfo()Creates an empty file information object.IFileStore.fetchInfo()Fetches and returns information about this file from the underlying file system.IFileStore.fetchInfo(int options, IProgressMonitor monitor) Fetches and returns information about this file from the underlying file system.IFileTree.getChildInfos(IFileStore store) Returns anIFileInfoinstance for each file and directory contained within the given store at the time this file tree was created.IFileTree.getFileInfo(IFileStore store) Returns information about this file at the time this file tree was created.Methods in org.eclipse.core.filesystem with parameters of type IFileInfoModifier and TypeMethodDescriptionvoidIFileStore.putInfo(IFileInfo info, int options, IProgressMonitor monitor) Writes information about this file to the underlying file system. -
Uses of IFileInfo in org.eclipse.core.filesystem.provider
Classes in org.eclipse.core.filesystem.provider that implement IFileInfoModifier and TypeClassDescriptionclassThis class should be used by file system providers in their implementation of API methods that returnIFileInfoobjects.Fields in org.eclipse.core.filesystem.provider declared as IFileInfoModifier and TypeFieldDescriptionprotected static final IFileInfo[]FileStore.EMPTY_FILE_INFO_ARRAYA file info array of size zero that can be used as a return value for methods that return IFileInfo[] to avoid creating garbage objects.Methods in org.eclipse.core.filesystem.provider that return IFileInfoModifier and TypeMethodDescriptionFileStore.childInfos(int options, IProgressMonitor monitor) The default implementation ofIFileStore.childInfos(int, IProgressMonitor).FileStore.fetchInfo()The default implementation ofIFileStore.fetchInfo().abstract IFileInfoFileStore.fetchInfo(int options, IProgressMonitor monitor) abstract IFileInfo[]FileTree.getChildInfos(IFileStore store) abstract IFileInfoFileTree.getFileInfo(IFileStore store) Methods in org.eclipse.core.filesystem.provider with parameters of type IFileInfoModifier and TypeMethodDescriptionintprotected 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.putInfo(IFileInfo info, int options, IProgressMonitor monitor) The default implementation ofIFileStore.putInfo(IFileInfo, int, IProgressMonitor). -
Uses of IFileInfo in org.eclipse.core.resources.filtermatchers
Methods in org.eclipse.core.resources.filtermatchers with parameters of type IFileInfoModifier and TypeMethodDescriptionabstract booleanAbstractFileInfoMatcher.matches(IContainer parent, IFileInfo fileInfo) Tests the givenFileInfo