Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Interface
org.eclipse.core.filesystem.IFileInfo

Packages that use IFileInfo
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. 
 

Uses of IFileInfo in org.eclipse.core.filesystem
 

Methods in org.eclipse.core.filesystem that return IFileInfo
  IFileInfo[] IFileStore. childInfos (int options, IProgressMonitor monitor)
          Returns an IFileInfo instance for each file and directory contained within this store.
static  IFileInfo EFS. createFileInfo ()
          Creates an empty file information object.
  IFileInfo IFileStore. fetchInfo ()
          Fetches and returns information about this file from the underlying file system.
  IFileInfo IFileStore. fetchInfo (int options, IProgressMonitor monitor)
          Fetches and returns information about this file from the underlying file system.
  IFileInfo[] IFileTree. getChildInfos ( IFileStore store)
          Returns an IFileInfo instance for each file and directory contained within the given store at the time this file tree was created.
  IFileInfo 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 IFileInfo
 void IFileStore. 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 IFileInfo
 class FileInfo
          This class should be used by file system providers in their implementation of API methods that return IFileInfo objects.
 

Fields in org.eclipse.core.filesystem.provider declared as IFileInfo
protected static  IFileInfo[] FileStore. EMPTY_FILE_INFO_ARRAY
          A 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 IFileInfo
  IFileInfo[] FileStore. childInfos (int options, IProgressMonitor monitor)
          The default implementation of IFileStore.childInfos(int, IProgressMonitor).
  IFileInfo FileStore. fetchInfo ()
          The default implementation of IFileStore.fetchInfo().
abstract   IFileInfo FileStore. fetchInfo (int options, IProgressMonitor monitor)
           
abstract   IFileInfo[] FileTree. getChildInfos ( IFileStore store)
           
abstract   IFileInfo FileTree. getFileInfo ( IFileStore store)
           
 

Methods in org.eclipse.core.filesystem.provider with parameters of type IFileInfo
protected  void FileStore. copyDirectory ( IFileInfo sourceInfo, IFileStore destination, int options, IProgressMonitor monitor)
          Recursively copies a directory as specified by IFileStore.copy(IFileStore, int, IProgressMonitor).
protected  void FileStore. copyFile ( IFileInfo sourceInfo, IFileStore destination, int options, IProgressMonitor monitor)
          Copies a file as specified by IFileStore.copy(IFileStore, int, IProgressMonitor).
 void FileStore. putInfo ( IFileInfo info, int options, IProgressMonitor monitor)
          The default implementation of IFileStore.putInfo(IFileInfo, int, IProgressMonitor).
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire