Package io.quarkus.cli.plugin
Class ShellCommand
java.lang.Object
io.quarkus.cli.plugin.ShellCommand
- All Implemented Interfaces:
PluginCommand,Callable<Integer>
-
Constructor Summary
ConstructorsConstructorDescriptionShellCommand(String name, Path command, io.quarkus.cli.common.OutputOptionMixin output) -
Method Summary
Modifier and TypeMethodDescriptiongetName()io.quarkus.cli.common.OutputOptionMixinvoidvoiduseArguments(List<String> arguments) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.quarkus.cli.plugin.PluginCommand
call, getWorkingDirectory
-
Constructor Details
-
ShellCommand
public ShellCommand() -
ShellCommand
-
-
Method Details
-
getName
-
setName
-
getCommand
- Specified by:
getCommandin interfacePluginCommand
-
getArguments
- Specified by:
getArgumentsin interfacePluginCommand
-
useArguments
- Specified by:
useArgumentsin interfacePluginCommand
-
getOutput
public io.quarkus.cli.common.OutputOptionMixin getOutput()- Specified by:
getOutputin interfacePluginCommand
-