public abstract class FileSystemContributor
extends java.lang.Object
org.eclipse.ui.ide.filesystemSupport
extension point.IFileSystem| Constructor and Description |
|---|
FileSystemContributor() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.net.URI |
browseFileSystem(java.lang.String initialPath,
Shell shell)
Browse the file system for a URI to display to the user.
|
java.net.URI |
getURI(java.lang.String string)
Return a URI for the supplied String from the user.
|
public abstract java.net.URI browseFileSystem(java.lang.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.public java.net.URI getURI(java.lang.String string)
string - null if the string is
invalid.
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.