Uses of Class
org.apache.maven.cling.invoker.mvn.MavenContext
Packages that use MavenContext
Package
Description
This package contains the
mvn tool implementation.-
Uses of MavenContext in org.apache.maven.cling.invoker.mvn
Classes in org.apache.maven.cling.invoker.mvn with type parameters of type MavenContextModifier and TypeClassDescriptionclassMavenInvoker<C extends MavenContext>The "local" Maven invoker, that expects whole Maven on classpath and invokes it. -
Uses of MavenContext in org.apache.maven.cling.invoker.mvn.local
Methods in org.apache.maven.cling.invoker.mvn.local that return MavenContextModifier and TypeMethodDescriptionprotected MavenContextLocalMavenInvoker.createContext(InvokerRequest invokerRequest) -
Uses of MavenContext in org.apache.maven.cling.invoker.mvn.resident
Subclasses of MavenContext in org.apache.maven.cling.invoker.mvn.resident