| java.lang.Object org.eclipse.ui.internal.ide.filesystem.FileSystemConfiguration
FileSystemConfiguration | public class FileSystemConfiguration (Code) | | FileSystemContribution is the representation of the configuration element
defined by
since: 3.2 |
FileSystemConfiguration | public FileSystemConfiguration(String name, FileSystemContributor declaredContributor, String fileSystem)(Code) | | Create a new FileSystemConfiguration with the defined
contributor and userLabel for the supplied scheme.
Parameters: name - Parameters: declaredContributor - Parameters: fileSystem - |
getLabel | public String getLabel()(Code) | | Return the huuman readable label for the receiver.
String |
getScheme | public String getScheme()(Code) | | Return the filesystem scheme for the receiver.
Returns the scheme. |
|
|