Registry / cli / org-apache-felix-shell

org-apache-felix-shell

JSON →
library1.4.3javamavenunverified

A simple OSGi command shell service for interacting with an OSGi framework.

<dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.shell</artifactId> <version>1.4.3</version> </dependency>
INSTALL
IMPORT
SIG · ORG-APACHE-FELIX-S
O
org-apache-felix-shell
clijavav1.4.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ShellService
org.apache.felix.shell.ShellService

Minimal usage of Apache Felix Shell service.

import org.apache.felix.shell.ShellService; public class Example { public static void main(String[] args) { ShellService shell = new ShellService() { @Override public String executeCommand(String command) { return "Executed: " + command; } }; System.out.println(shell.executeCommand("help")); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
OpenAI (training)
1
Resources
org-apache-felix-shell — mvn dependency:get org-apache-felix-shell · libregistry