Class ListFormatOptions

java.lang.Object
io.quarkus.cli.common.ListFormatOptions

public class ListFormatOptions extends Object
  • 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

      public String getFormatString()