Package io.quarkus.cli.common
Class ListFormatOptions
java.lang.Object
io.quarkus.cli.common.ListFormatOptions
-
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 -
name
boolean name -
concise
boolean concise -
full
boolean full -
origins
boolean origins
-
-
Constructor Details
-
ListFormatOptions
public ListFormatOptions()
-
-
Method Details
-
isSpecified
public boolean isSpecified()Check if any format has been specified on the command line. -
getFormatString
-