Class MavenExecutor
java.lang.Object
com.aeontronix.enhancedmule.tools.util.MavenExecutor
- All Implemented Interfaces:
org.jline.console.CommandRegistry
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jline.console.CommandRegistry
org.jline.console.CommandRegistry.CommandSession -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jline.console.CmdDesccommandDescription(List<String> args) commandInfo(String command) org.jline.reader.impl.completer.SystemCompleterstatic intbooleanhasCommand(String command) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jline.console.CommandRegistry
name
-
Field Details
-
MVN
- See Also:
-
-
Constructor Details
-
MavenExecutor
-
-
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
-