public abstract class FileSystemContributor extends Object
org.eclipse.ui.ide.filesystemSupport
extension point.IFileSystem
Constructor and Description |
---|
FileSystemContributor() |
Modifier and Type | Method and Description |
---|---|
abstract URI |
browseFileSystem(String initialPath,
Shell shell)
Browse the file system for a URI to display to the user.
|
URI |
getURI(String string)
Return a URI for the supplied String from the user.
|
public abstract URI browseFileSystem(String initialPath, Shell shell)
initialPath
- The path to initialize the selection with.shell
- The shell to parent any required dialogs fromnull
if a URI could not be determined.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.