Uses of Interface
org.osgi.framework.connect.ConnectModule
-
Packages that use ConnectModule Package Description org.apache.felix.framework.cache org.osgi.framework.connect Framework Connect Package Version 1.0. -
-
Uses of ConnectModule in org.apache.felix.framework.cache
Constructors in org.apache.felix.framework.cache with parameters of type ConnectModule Constructor Description ConnectRevision(Logger logger, java.util.Map configMap, WeakZipFileFactory zipFactory, java.io.File revisionRootDir, java.lang.String location, ConnectModule module) -
Uses of ConnectModule in org.osgi.framework.connect
Methods in org.osgi.framework.connect that return types with arguments of type ConnectModule Modifier and Type Method Description java.util.Optional<ConnectModule>ModuleConnector. connect(java.lang.String location)Connects a bundle location with aConnectModule.
-