Package org.mule.weave.maven.plugin
Class DefaultCommandLineRunner
- java.lang.Object
-
- org.mule.weave.maven.plugin.DefaultCommandLineRunner
-
- All Implemented Interfaces:
CommandLineRunner
public class DefaultCommandLineRunner extends Object implements CommandLineRunner
-
-
Constructor Summary
Constructors Constructor Description DefaultCommandLineRunner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intexecuteCommandLine(org.codehaus.plexus.util.cli.Commandline cl)
-
-
-
Method Detail
-
executeCommandLine
public int executeCommandLine(org.codehaus.plexus.util.cli.Commandline cl) throws org.codehaus.plexus.util.cli.CommandLineException- Specified by:
executeCommandLinein interfaceCommandLineRunner- Throws:
org.codehaus.plexus.util.cli.CommandLineException
-
-