All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schema.filesystemSupport.exsd Maven / Gradle / Ivy

There is a newer version: 3.22.400
Show newest version




      
         
      
      
         filesystemSupport supplies IDE contributions to support filesystems contributed using the org.eclipse.core.filesystem.filesystems extension point.
      
   

   
      
         
            
         
      
      
         
            
         
         
            
               
                  
               
            
         
         
            
               
                  
               
            
         
         
            
               
                  
               
               
                  
               
            
         
      
   

   
      
         
            
               
                  The label is the human readable label for this file system.
               
               
                  
               
            
         
         
            
               
                  class is the org.eclipse.ui.ide.fileSystem.FileSystemContributor used to handle browsing and validation of an org.eclipse.core.filesystem.IFileSystem.
               
               
                  
               
            
         
         
            
               
                  The scheme is the scheme of a org.eclipse.core.filesystems.filesystem this contribution corresponds to.
               
               
                  
               
            
         
      
   

   
      
         
      
      
         3.2
      
   

   
      
         
      
      
         <p>
<pre>
 <extension
         point="org.eclipse.ui.ide.filesystemSupport">
      <filesystemContributor       
        class="myFileSystemContributor"
            label="My file system"
            scheme="myFilesystem "/>
   </extension>
   
   </pre>
</p>

The example above has a FileSystemContributor that maps to a org.eclipse.core.filesystems.filesystem that it is provding a user interface for.
      
   

   
      
         
      
      
         The should be a one to one mapping of a org.eclipse.core.filesystems.filesystem scheme to filesystemContributor.
      
   

   
      
         
      
      
         There are no filesystemSupports contributed by default. There is an internal implementation that supports the IResource that is backed by the file system.
      
   

   
      
         
      
      
         Copyright (c) 2006, 2011 IBM Corporation and others.<br>

This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0 which accompanies
this distribution, and is available at <a 
href="https://www.eclipse.org/legal/epl-2.0">https://www.eclipse.org/legal/epl-v20.html</a>/

SPDX-License-Identifier: EPL-2.0
      
   






© 2015 - 2025 Weber Informatics LLC | Privacy Policy