org.eclipse.osgi.launch
Class EquinoxFactory
java.lang.Object
org.eclipse.osgi.launch.EquinoxFactory
- All Implemented Interfaces:
- FrameworkFactory
public class EquinoxFactory
- extends Object
- implements FrameworkFactory
The framework factory implementation for the Equinox framework.
- Since:
- 3.5
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EquinoxFactory
public EquinoxFactory()
newFramework
public Framework newFramework(Map<String,String> configuration)
- Description copied from interface:
FrameworkFactory
- Create a new
Framework instance.
- Specified by:
newFramework in interface FrameworkFactory
- Parameters:
configuration - The framework properties to configure the new
framework instance. If framework properties are not provided by
the configuration argument, the created framework instance must
use some reasonable default configuration appropriate for the
current VM. For example, the system packages for the current
execution environment should be properly exported. The specified
configuration argument may be null. The created
framework instance must copy any information needed from the
specified configuration argument since the configuration argument
can be changed after the framework instance has been created.
- Returns:
- A new, configured
Framework instance. The framework
instance must be in the Bundle.INSTALLED state.
Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.