Package io.quarkus.cli.build
Class BaseBuildCommand
java.lang.Object
io.quarkus.cli.build.BaseBuildCommand
- Direct Known Subclasses:
Build,CliPluginsBase,Dev,Info,ProjectExtensionsAdd,ProjectExtensionsCategories,ProjectExtensionsList,ProjectExtensionsRemove,Test,Update
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected HelpOptionprotected OutputOptionMixin(package private) Pathprotected PropertiesOptionsprotected ToggleRegistryClientMixinprotected picocli.CommandLine.Model.CommandSpec -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetOutput(OutputOptionMixin output) Commands using `@ParentCommand` need to set the output.
-
Field Details
-
spec
protected picocli.CommandLine.Model.CommandSpec spec -
output
-
registryClient
-
helpOption
-
propertiesOptions
-
projectRoot
Path projectRoot
-
-
Constructor Details
-
BaseBuildCommand
public BaseBuildCommand()
-
-
Method Details
-
projectRoot
-
getRunner
-
setOutput
Commands using `@ParentCommand` need to set the output. This is needed for testing purposes. More specifically --cli-test-dir relies on this.- Parameters:
output- The command ouput
-