Uses of Enum Class
dev.archunitjava.cli.CliExitCode
Packages that use CliExitCode
-
Uses of CliExitCode in dev.archunitjava.cli
Subclasses with type arguments of type CliExitCode in dev.archunitjava.cliModifier and TypeClassDescriptionenumStable process outcomes shared by all CLI entry points and build integrations.Methods in dev.archunitjava.cli that return CliExitCodeModifier and TypeMethodDescriptionstatic CliExitCodeReturns the enum constant of this class with the specified name.static CliExitCode[]CliExitCode.values()Returns an array containing the constants of this enum class, in the order they are declared.