Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for ShellInvoker (0.04 sec)

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

    import org.jline.utils.AttributedStyle;
    import org.jline.utils.InfoCmp;
    import org.jline.widget.TailTipWidgets;
    
    /**
     * mvnsh invoker implementation.
     */
    public class ShellInvoker extends LookupInvoker<LookupContext> {
    
        public ShellInvoker(Lookup protoLookup, @Nullable Consumer<LookupContext> contextConsumer) {
            super(protoLookup, contextConsumer);
        }
    
        @Override
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Thu Oct 16 06:12:36 UTC 2025
    - 10.1K bytes
    - Viewed (0)
  2. impl/maven-cli/src/main/java/org/apache/maven/cling/MavenShellCling.java

    import org.apache.maven.api.cli.Invoker;
    import org.apache.maven.api.cli.Parser;
    import org.apache.maven.api.cli.ParserRequest;
    import org.apache.maven.cling.invoker.ProtoLookup;
    import org.apache.maven.cling.invoker.mvnsh.ShellInvoker;
    import org.apache.maven.cling.invoker.mvnsh.ShellParser;
    import org.codehaus.plexus.classworlds.ClassWorld;
    
    /**
     * Maven shell.
     */
    public class MavenShellCling extends ClingSupport {
        /**
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Jun 11 13:14:09 UTC 2025
    - 3K bytes
    - Viewed (0)
  3. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/package-info.java

     * <li>extended by {@link org.apache.maven.cling.invoker.mvnenc.EncryptInvoker} is the "mvnenc Tool"</li>
     * <li>extended by {@link org.apache.maven.cling.invoker.mvnsh.ShellInvoker} is the "mvnsh Tool"</li>
     * </ul>
     *
     * There is one specialization of {@link org.apache.maven.cling.invoker.mvn.MavenInvoker}, the "resident"
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Tue Dec 17 09:50:45 UTC 2024
    - 1.7K bytes
    - Viewed (0)
Back to top