Class FrameworkFactoryImpl
- java.lang.Object
-
- org.jitsi.impl.osgi.framework.launch.FrameworkFactoryImpl
-
- All Implemented Interfaces:
org.osgi.framework.launch.FrameworkFactory
public class FrameworkFactoryImpl extends Object implements org.osgi.framework.launch.FrameworkFactory
- Author:
- Lyubomir Marinov
-
-
Constructor Summary
Constructors Constructor Description FrameworkFactoryImpl(ClassLoader classLoader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.osgi.framework.launch.FrameworknewFramework(Map<String,String> configuration)
-
-
-
Constructor Detail
-
FrameworkFactoryImpl
public FrameworkFactoryImpl(ClassLoader classLoader)
-
-