Registry / utility / org-eclipse-core-commands

org-eclipse-core-commands

JSON →
library3.12.500javamavenunverified

Eclipse platform core commands framework for defining and managing commands and handlers.

<dependency> <groupId>org.eclipse.platform</groupId> <artifactId>org.eclipse.core.commands</artifactId> <version>3.12.500</version> </dependency>
INSTALL
IMPORT
SIG · ORG-ECLIPSE-CORE-C
O
org-eclipse-core-commands
utilityjavav3.12.500
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.

Command
org.eclipse.core.commands.Command

Retrieves a command by ID from the command manager.

import org.eclipse.core.commands.Command; import org.eclipse.core.commands.CommandManager; public class Example { public static void main(String[] args) { CommandManager manager = new CommandManager(); Command cmd = manager.getCommand("example.command"); System.out.println(cmd.getId()); } }
Debug
Known issues
gotchaThis package is part of Eclipse RCP; not intended for standalone use outside Eclipse.
fix
Use only within an Eclipse RCP application; consider alternative command frameworks for non-Eclipse projects.
affects: *
Upgrade
Version history
3.12.500latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
org-eclipse-core-commands — mvn dependency:get org-eclipse-core-commands · libregistry