Marker interface used on the state object for file system events generated by operations in the FileSvc. |
|
The file saver interface provides a safe, atomic mechanism for saving files. |
|
Auxiliary interface that supports completion notification. |
|
Marker interface to indicate that this listener should file recursively for all events that occur below the URI that it is listening on. |
|
This service keeps a list of all the files of interest to the filesystem and will generate notifications of changes to those files to interested listeners. |
|
This interface contains methods that are not normally used; mostly they are used by the FileSvc to control the firing and type of FileSystem events. |
|
This interface is used by the synchronize method to allow callers to periodically check for changes. |
|
This interface is very similar in function to the java.io.FileFilter class. |
Accepts every IFile passed in, always returning true. |
|
Evaluates two IFileFilters together with an AND operation. |
|
Bridges javax.swing.filechooser.FileFilter, java.io.FileFilter, and com.bea.ide.filesystem.IFileFilter. |
|
Allows only directories |
|
Filters filenames based on extensions. |
|
Allows only files that exist and are not directories. |
|
Filters IFiles based on their name, or a substring thereof. |
|
Evaluates two IFileFilters together with an AND operation. |
|
Evaluates two IFileFilters together with an OR operation. |
|
Accepts IFiles based on how a pattern matches the filename. |
|
Accepts IFiles based on how a pattern matches the file's path (IFile.getPath()). |
|
This class provides a general service to operate on "files". |
|
This class represents an event on a file or directory in the file system. |
|