类 FrameworkFactory
- java.lang.Object
-
- org.apache.felix.framework.FrameworkFactory
-
- 所有已实现的接口:
FrameworkFactory
public class FrameworkFactory extends java.lang.Object implements FrameworkFactory
-
-
构造器概要
构造器 构造器 说明 FrameworkFactory()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 FrameworknewFramework(java.util.Map configuration)Create a newFrameworkinstance.
-
-
-
方法详细资料
-
newFramework
public Framework newFramework(java.util.Map configuration)
从接口复制的说明:FrameworkFactoryCreate a newFrameworkinstance.- 指定者:
newFramework在接口中FrameworkFactory- 参数:
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 benull. 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.- 返回:
- A new, configured
Frameworkinstance. The framework instance must be in theBundle.INSTALLEDstate.
-
-