Package io.quarkus.cli.plugin
Class JBangCommand
java.lang.Object
io.quarkus.cli.plugin.JBangCommand
- All Implemented Interfaces:
PluginCommand,Callable<Integer>
-
Constructor Summary
ConstructorsConstructorDescriptionJBangCommand(String location, io.quarkus.cli.common.OutputOptionMixin output) -
Method Summary
Modifier and TypeMethodDescriptioncall()io.quarkus.cli.common.OutputOptionMixinvoiduseArguments(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
getWorkingDirectory
-
Constructor Details
-
JBangCommand
public JBangCommand() -
JBangCommand
-
-
Method Details
-
call
-
getCommand
- Specified by:
getCommandin interfacePluginCommand
-
getArguments
- Specified by:
getArgumentsin interfacePluginCommand
-
getOutput
public io.quarkus.cli.common.OutputOptionMixin getOutput()- Specified by:
getOutputin interfacePluginCommand
-
useArguments
- Specified by:
useArgumentsin interfacePluginCommand
-