Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BuiltinShellCommandRegistry (0.07 sec)

  1. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnsh/builtin/BuiltinShellCommandRegistryFactory.java

        @Override
        public CommandRegistry createShellCommandRegistry(LookupContext context) {
            return new BuiltinShellCommandRegistry(context);
        }
    
        private static class BuiltinShellCommandRegistry extends JlineCommandRegistry implements AutoCloseable {
            private final LookupContext shellContext;
            private final MavenInvoker shellMavenInvoker;
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Sat Jun 07 06:22:47 UTC 2025
    - 12.3K bytes
    - Viewed (0)
Back to top