Uses of Enum Class
com.knezevic.edaf.v3.cli.ui.Verbosity
Packages that use Verbosity
Package
Description
CLI logging bootstrap and mode wiring.
Console UX components for interactive progress output.
-
Uses of Verbosity in com.knezevic.edaf.v3.cli.logging
Methods in com.knezevic.edaf.v3.cli.logging with parameters of type Verbosity -
Uses of Verbosity in com.knezevic.edaf.v3.cli.ui
Subclasses with type arguments of type Verbosity in com.knezevic.edaf.v3.cli.uiMethods in com.knezevic.edaf.v3.cli.ui that return VerbosityModifier and TypeMethodDescriptionstatic Verbositystatic VerbosityReturns the enum constant of this class with the specified name.static Verbosity[]Verbosity.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.knezevic.edaf.v3.cli.ui with parameters of type VerbosityModifierConstructorDescriptionConsoleUiSink(Verbosity verbosity, int maxIterations, int summaryEvery)