Package org.apache.maven.cli
Class MavenCli
java.lang.Object
org.apache.maven.cli.MavenCli
- Author:
 - Jason van Zyl
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected static org.codehaus.plexus.interpolation.StringSearchInterpolatorcreateInterpolator(CliRequest cliRequest, Properties... properties) protected ModelProcessorcreateModelProcessor(org.codehaus.plexus.PlexusContainer container) protected voidcustomizeContainer(org.codehaus.plexus.PlexusContainer container) intdoMain(String[] args, String workingDirectory, PrintStream stdout, PrintStream stderr) This supports painless invocation by the Verifier during embedded execution of the core ITs.static intintdoMain(CliRequest cliRequest) protected org.eclipse.aether.transfer.TransferListenerprotected org.eclipse.aether.transfer.TransferListenergetConsoleTransferListener(boolean printResourceNames) protected booleanstatic voidstatic intprotected Path 
- 
Field Details
- 
LOCAL_REPO_PROPERTY
- See Also:
 
 - 
MULTIMODULE_PROJECT_DIRECTORY
- See Also:
 
 - 
USER_HOME
 - 
USER_MAVEN_CONFIGURATION_HOME
 - 
DEFAULT_USER_TOOLCHAINS_FILE
 - 
DEFAULT_GLOBAL_TOOLCHAINS_FILE
 - 
STYLE_COLOR_PROPERTY
- See Also:
 
 
 - 
 - 
Constructor Details
- 
MavenCli
public MavenCli() - 
MavenCli
public MavenCli(org.codehaus.plexus.classworlds.ClassWorld classWorld)  
 - 
 - 
Method Details
- 
main
 - 
main
 - 
doMain
 - 
doMain
This supports painless invocation by the Verifier during embedded execution of the core ITs. SeeEmbedded3xLauncherinmaven-verifier - 
doMain
 - 
isAcceptableRootDirectory
 - 
searchAcceptableRootDirectory
 - 
createInterpolator
protected static org.codehaus.plexus.interpolation.StringSearchInterpolator createInterpolator(CliRequest cliRequest, Properties... properties)  - 
getConsoleTransferListener
protected org.eclipse.aether.transfer.TransferListener getConsoleTransferListener(boolean printResourceNames)  - 
getBatchTransferListener
protected org.eclipse.aether.transfer.TransferListener getBatchTransferListener() - 
customizeContainer
protected void customizeContainer(org.codehaus.plexus.PlexusContainer container)  - 
createModelProcessor
protected ModelProcessor createModelProcessor(org.codehaus.plexus.PlexusContainer container) throws org.codehaus.plexus.component.repository.exception.ComponentLookupException - Throws:
 org.codehaus.plexus.component.repository.exception.ComponentLookupException
 
 -