Package io.quarkus.cli.common
Class CategoryListFormatOptions
java.lang.Object
io.quarkus.cli.common.CategoryListFormatOptions
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCheck if any format has been specified on the command line.
-
Field Details
-
id
boolean id -
concise
boolean concise -
full
boolean full
-
-
Constructor Details
-
CategoryListFormatOptions
public CategoryListFormatOptions()
-
-
Method Details
-
getFormatString
-
isSpecified
public boolean isSpecified()Check if any format has been specified on the command line.
-