Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.core.runtime
Interface IExecutableExtensionFactory

All Known Implementing Classes:
CheatSheetExtensionFactory, ExtensionFactory, ExtensionFactory, JSPFactory

public interface IExecutableExtensionFactory

This interface allows extension providers to control how the instances provided to extension-points are being created by referring to the factory instead of referring to a class. For example, the following extension to the preference page extension-point uses a factory called PreferencePageFactory.

    
     
    
  
  

Effectively, factories give full control over the create executable extension process.

The factories are responsible for handling the case where the concrete instance implement IExecutableExtension.

Given that factories are instantiated as executable extensions, they must provide a 0-argument public constructor. Like any other executable extension, they can configured by implementing IExecutableExtension interface.

This interface can be used without OSGi running.

See Also:
IConfigurationElement

Method Summary
  Object create ()
          Creates and returns a new instance.
 

Method Detail

create


Object create()
              throws 
CoreException
Creates and returns a new instance.

Throws:
CoreException - if an instance of the executable extension could not be created for any reason

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire