Package org.apache.maven.cling
Class MavenCling
java.lang.Object
org.apache.maven.cling.ClingSupport<MavenOptions,MavenInvokerRequest<MavenOptions>>
 
org.apache.maven.cling.MavenCling
Maven CLI "new-gen".
- 
Field SummaryFields inherited from class org.apache.maven.cling.ClingSupportclassWorld, classWorldManaged
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected Invoker<MavenInvokerRequest<MavenOptions>> static void"Normal" Java entry point.static intClassWorld Launcher "enhanced" entry point: returning exitCode and accepts Class World.protected MavenInvokerRequest<MavenOptions> parseArguments(String[] args) Methods inherited from class org.apache.maven.cling.ClingSupportrun
- 
Constructor Details- 
MavenClingpublic MavenCling()
- 
MavenClingpublic MavenCling(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
 
- 
createInvoker- Specified by:
- createInvokerin class- ClingSupport<MavenOptions,- MavenInvokerRequest<MavenOptions>> 
 
- 
parseArgumentsprotected MavenInvokerRequest<MavenOptions> parseArguments(String[] args) throws ParserException, IOException - Specified by:
- parseArgumentsin class- ClingSupport<MavenOptions,- MavenInvokerRequest<MavenOptions>> 
- Throws:
- ParserException
- IOException
 
 
-