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

schema.dynamicSource.exsd Maven / Gradle / Ivy

The newest version!




      
         
      
      
         This extension point allows PDE to find source archives for libraries at runtime.
      
   

   
      
         
            
         
      
      
         
            
         
         
            
               
                  
               
            
         
      
   

   
      
         
            
               
                  Provides the locator used to find the source-path for the given plugin model
               
               
                  
               
            
         
         
            
               
                  Gives a hint to the framework about how complex it is to compute if sources can be found.

low: computation includes just trivial steps, e.g. check if a file exits in the local file system.
medium: computation includes some more steps e.g iterate over some kind of objects store in linear time or look into the content of local files.
high: computation includes steps that can potentially reach out to remote systems to find a suitable source item
               
            
            
               
                  
                  
                  
                  
                  
                  
               
            
         
      
   

   
      
         
      
      
         2.0
      
   

   
      
         
      
      
         The following is an example of the <code>dynamicSource</code> extension:
<pre>
 <extension point = "org.eclipse.pde.core.dynamicSource">
     <locator class="foo.bar.CustomSourcePathLocator" />
  </extension>
</pre>

In the example above, the new <code>foo.bar.CustomSourcePathLocator</code> in the contributing plug-in has been registered.
      
   

   
      
         
      
      
         Each contributor must provide a class that implements <code>org.eclipse.pde.core.IPluginSourcePathLocator</code>
      
   

   
      
         
      
      
         Eclipse SDK comes with source plug-ins that contain source information for all the plug-ins and fragments in Eclipse SDK.
      
   

   
      
         
      
      
         Copyright (c) 2022 Christoph Läubrich 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