Uses of Interface
org.osgi.framework.launch.Framework
-
Packages that use Framework Package Description org.apache.felix.framework org.osgi.framework.connect Framework Connect Package Version 1.0.org.osgi.framework.launch Framework Launch Package Version 1.2. -
-
Uses of Framework in org.apache.felix.framework
Classes in org.apache.felix.framework that implement Framework Modifier and Type Class Description classFelixMethods in org.apache.felix.framework that return Framework Modifier and Type Method Description FrameworkFrameworkFactory. newFramework(java.util.Map configuration)FrameworkFrameworkFactory. newFramework(java.util.Map<java.lang.String,java.lang.String> configuration, ModuleConnector connectFramework) -
Uses of Framework in org.osgi.framework.connect
Methods in org.osgi.framework.connect that return Framework Modifier and Type Method Description FrameworkConnectFrameworkFactory. newFramework(java.util.Map<java.lang.String,java.lang.String> configuration, ModuleConnector moduleConnector)Create a newFrameworkinstance using the specifiedmodule connector. -
Uses of Framework in org.osgi.framework.launch
Methods in org.osgi.framework.launch that return Framework Modifier and Type Method Description FrameworkFrameworkFactory. newFramework(java.util.Map<java.lang.String,java.lang.String> configuration)Create a newFrameworkinstance.
-