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

schema.processFactories.exsd Maven / Gradle / Ivy

The newest version!




      
         
      
      
         This extension point provides a mechanism for specifying a process factory to be used with a launch configuration to create the appropriate instance of <b>IProcess</b>.
      The launch configuration will require the <b>DebugPlugin.ATTR_PROCESS_FACTORY_ID</b> attribute set to the appropriate process factory ID that will be
      used to create the <b>IProcess</b>
      
   

   
      
         
            
         
         
            
               
                  a fully qualified identifier of the target extension point
               
            
         
         
            
               
                  an optional identifier of the extension instance
               
            
         
         
            
               
                  an optional name of the extension instance
               
            
         
      
   

   
      
         
            
         
      
      
         
            
               
                  specifies a unique identifier for this process factory.
               
            
         
         
            
               
                  specifies the fully qualified name of the Java class that implements <code>IProcessFactory</code>.
               
               
                  
               
            
         
      
   

   
      
         
      
      
         3.0
      
   

   
      
         
      
      
         The following is an example of a process factory extension point:

<p>
<pre>
 <extension point="org.eclipse.debug.core.processFactories">
  <processFactory
       id="com.example.ExampleIdentifier"
       class="com.example.ExampleProcessFactory">
  </processFactory>
 </extension>
</pre>
</p>
      
   

   
      
         
      
      
         Value of the attribute <b>class</b> must be a fully qualified name of a Java class that implements the interface <b>org.eclipse.debug.core.IProcessFactory</b>.
      
   

   
      
         
      
      
         Copyright (c) 2000, 2005 IBM Corporation and others.<br>
All rights reserved. This program and the accompanying materials are made 
available under the terms of the Eclipse Public License v1.0 which 
accompanies this distribution, and is available at 
<a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>
      
   






© 2015 - 2025 Weber Informatics LLC | Privacy Policy