afs opened a new issue, #3670:
URL: https://github.com/apache/jena/issues/3670
The class hierarchy current has execution (`CmdMain`) in the middle of the
superclass hierarchy.
Change this so that the command argument processing can be used without
command execution.
Current:
```
CommandLineBase
CmdLineArgs
CmdMain **
CmdArgModule
CmdGeneral
CmdARQ
```
Proposed:
```
CommandLineBase
CmdLineArgs
CmdArgModule
CmdGeneral
CmdMain **
CmdARQ
```
Fuseki command line processing and execution does not fit well with the
current hierarchy - it needs more points where customization can be done,
including between argument processing and execution.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]