Kernel: Add a CLI service
* Allows registering command line switches and their handlers from plugin activators (start method). * The handler execution must be executed after ALL other services were started. For instance, this can be done from the RCP. * Handlers support consuming a switch and an additional argument. Issue-Ref: 3993 Issue-Url: https://af3-developer.fortiss.org/issues/3993 Signed-off-by:Alexander Diewald <diewald@fortiss.org>
Showing
- org.fortiss.tooling.kernel/src/org/fortiss/tooling/kernel/extension/.ratings 1 addition, 0 deletions....kernel/src/org/fortiss/tooling/kernel/extension/.ratings
- org.fortiss.tooling.kernel/src/org/fortiss/tooling/kernel/extension/ICommandLineSwitchHandler.java 37 additions, 0 deletions...s/tooling/kernel/extension/ICommandLineSwitchHandler.java
- org.fortiss.tooling.kernel/src/org/fortiss/tooling/kernel/internal/.ratings 1 addition, 0 deletions...g.kernel/src/org/fortiss/tooling/kernel/internal/.ratings
- org.fortiss.tooling.kernel/src/org/fortiss/tooling/kernel/internal/CommandLineInterfaceService.java 94 additions, 0 deletions.../tooling/kernel/internal/CommandLineInterfaceService.java
- org.fortiss.tooling.kernel/src/org/fortiss/tooling/kernel/service/.ratings 1 addition, 0 deletions...ng.kernel/src/org/fortiss/tooling/kernel/service/.ratings
- org.fortiss.tooling.kernel/src/org/fortiss/tooling/kernel/service/ICommandLineInterfaceService.java 47 additions, 0 deletions.../tooling/kernel/service/ICommandLineInterfaceService.java
Loading
Please register or sign in to comment