类 FrameworkFactory

    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      Framework newFramework​(java.util.Map configuration)
      Create a new Framework instance.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • FrameworkFactory

        public FrameworkFactory()
    • 方法详细资料

      • newFramework

        public Framework newFramework​(java.util.Map configuration)
        从接口复制的说明: FrameworkFactory
        Create a new Framework instance.
        指定者:
        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 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.
        返回:
        A new, configured Framework instance. The framework instance must be in the Bundle.INSTALLED state.