Class MavenExecutor
java.lang.Object
com.aeontronix.enhancedmule.tools.util.MavenExecutor
- All Implemented Interfaces:
org.jline.console.CommandRegistry
public class MavenExecutor extends Object implements org.jline.console.CommandRegistry
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Constructor Description MavenExecutor(EMTCli cli) -
Method Summary
Modifier and Type Method Description Map<String,String>commandAliases()org.jline.console.CmdDesccommandDescription(List<String> args)List<String>commandInfo(String command)Set<String>commandNames()org.jline.reader.impl.completer.SystemCompletercompileCompleters()static intexecute(File workDir, List<String> args)booleanhasCommand(String command)Objectinvoke(org.jline.console.CommandRegistry.CommandSession session, String command, Object... args)
-
Field Details
-
MVN
- See Also:
- Constant Field Values
-
-
Constructor Details
-
Method Details
-
commandNames
- Specified by:
commandNamesin interfaceorg.jline.console.CommandRegistry
-
commandAliases
- Specified by:
commandAliasesin interfaceorg.jline.console.CommandRegistry
-
commandInfo
- Specified by:
commandInfoin interfaceorg.jline.console.CommandRegistry
-
hasCommand
- Specified by:
hasCommandin interfaceorg.jline.console.CommandRegistry
-
compileCompleters
public org.jline.reader.impl.completer.SystemCompleter compileCompleters()- Specified by:
compileCompletersin interfaceorg.jline.console.CommandRegistry
-
commandDescription
- Specified by:
commandDescriptionin interfaceorg.jline.console.CommandRegistry
-
invoke
public Object invoke(org.jline.console.CommandRegistry.CommandSession session, String command, Object... args) throws Exception- Specified by:
invokein interfaceorg.jline.console.CommandRegistry- Throws:
Exception
-
execute
- Throws:
IOException
-