Class MavenInvoker<C extends MavenContext>

java.lang.Object
org.apache.maven.cling.invoker.LookupInvoker<C>
org.apache.maven.cling.invoker.mvn.MavenInvoker<C>
Type Parameters:
C - The context type.
All Implemented Interfaces:
AutoCloseable, Invoker
Direct Known Subclasses:
LocalMavenInvoker, ResidentMavenInvoker

public abstract class MavenInvoker<C extends MavenContext> extends LookupInvoker<C>
The "local" Maven invoker, that expects whole Maven on classpath and invokes it.
  • Field Details

    • NEXT_LINE

      protected static final Pattern NEXT_LINE
    • LAST_ANSI_SEQUENCE

      protected static final Pattern LAST_ANSI_SEQUENCE
    • ANSI_RESET

      protected static final String ANSI_RESET
      See Also:
  • Constructor Details

    • MavenInvoker

      public MavenInvoker(ProtoLookup protoLookup)
  • Method Details