Method Summary |
|
protected FileSystemElement | createElement(FileSystemElement parent, Object fileSystemObject) Creates and returns a FileSystemElement if the specified
file system object merits one. |
protected String | getExtensionFor(String filename) Returns the extension portion of the passed filename string. |
public FileSystemElement | getResult() Returns the resulting root file system element. |
protected boolean | hasDesiredExtension(String filename) Returns a boolean indicating whether the extension of the passed filename
is one of the extensions specified as desired by the filter. |
public void | run(IProgressMonitor monitor) Runs the operation. |
public void | setDesiredExtensions(String[] extensions) Sets the file extensions which are desired. |