Method Summary |
|
public static boolean | exists(String pathName) Return whether or not the file called pathName exists. |
public static String | getDateStringValue(IResource resource) Return the value for the date String for the timestamp of the supplied
resource. |
public static IFileInfo | getFileInfo(IPath pathName) Return the fileInfo at pathName or null if the format is
invalid or if the file info cannot be determined. |
public static IFileInfo | getFileInfo(String pathName) Return the fileInfo at pathName or null if the format is
invalid or if the file info cannot be determined. |
public static IFileInfo | getFileInfo(URI location) Return the fileInfo for location. |
public static IFileStore | getFileStore(String string) Get the file store for the string. |
public static IFileStore | getFileStore(URI uri) Get the file store for the URI. |
public static String | getLocationText(IResource resource) |
public static String | getResolvedLocationText(IResource resource) Get the resolved location of a resource. |
public static String | getSizeString(IResource resource) Return a String that indicates the size of the supplied file. |
public static String | getTypeString(IResource resource, IContentDescription description) Get the string that identifies the type of this resource. |
public static IFileStore[] | listFileStores(IFileStore store, IFileStoreFilter fileFilter, IProgressMonitor monitor) Return the file stores that are a child of store that the filter accepts. |