Class MavenShellCling
java.lang.Object
org.apache.maven.cling.ClingSupport
org.apache.maven.cling.MavenShellCling
Maven shell.
- 
Field SummaryFields inherited from class org.apache.maven.cling.ClingSupportclassWorld, classWorldManaged
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected Invokerprotected Parserprotected ParserRequest.BuildercreateParserRequestBuilder(String[] args) static void"Normal" Java entry point.static intClassWorld Launcher "enhanced" entry point: returning exitCode and accepts Class World.static intmain(String[] args, org.codehaus.plexus.classworlds.ClassWorld world, InputStream stdIn, OutputStream stdOut, OutputStream stdErr) ClassWorld Launcher "embedded" entry point: returning exitCode and accepts Class World and streams.Methods inherited from class org.apache.maven.cling.ClingSupportcreateMessageBuilderFactory, run
- 
Constructor Details- 
MavenShellClingpublic MavenShellCling()
- 
MavenShellClingpublic MavenShellCling(org.codehaus.plexus.classworlds.ClassWorld classWorld) 
 
- 
- 
Method Details- 
main"Normal" Java entry point. Note: Maven uses ClassWorld Launcher and this entry point is NOT used under normal circumstances.- Throws:
- IOException
 
- 
mainpublic static int main(String[] args, org.codehaus.plexus.classworlds.ClassWorld world) throws IOException ClassWorld Launcher "enhanced" entry point: returning exitCode and accepts Class World.- Throws:
- IOException
 
- 
mainpublic static int main(String[] args, org.codehaus.plexus.classworlds.ClassWorld world, @Nullable InputStream stdIn, @Nullable OutputStream stdOut, @Nullable OutputStream stdErr) throws IOException ClassWorld Launcher "embedded" entry point: returning exitCode and accepts Class World and streams.- Throws:
- IOException
 
- 
createInvoker- Specified by:
- createInvokerin class- ClingSupport
 
- 
createParser- Specified by:
- createParserin class- ClingSupport
 
- 
createParserRequestBuilder- Specified by:
- createParserRequestBuilderin class- ClingSupport
 
 
-