Package picocli
Class CommandLine.ParseResult.GroupValidationResult
java.lang.Object
picocli.CommandLine.ParseResult.GroupValidationResult
- Enclosing class:
CommandLine.ParseResult
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static enum
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) CommandLine.ParameterException
(package private) static final CommandLine.ParseResult.GroupValidationResult
(package private) static final CommandLine.ParseResult.GroupValidationResult
(package private) CommandLine.ParseResult.GroupValidationResult.Type
-
Constructor Summary
ConstructorsConstructorDescriptionGroupValidationResult
(CommandLine.ParseResult.GroupValidationResult.Type type, CommandLine.ParameterException exception) -
Method Summary
Modifier and TypeMethodDescription(package private) boolean
FAILURE_PRESENT or FAILURE_PARTIAL(package private) static CommandLine.ParseResult.GroupValidationResult
(package private) boolean
present()
(package private) boolean
success()
toString()
-
Field Details
-
SUCCESS_PRESENT
-
SUCCESS_ABSENT
-
type
-
exception
CommandLine.ParameterException exception
-
-
Constructor Details
-
GroupValidationResult
GroupValidationResult(CommandLine.ParseResult.GroupValidationResult.Type type) -
GroupValidationResult
GroupValidationResult(CommandLine.ParseResult.GroupValidationResult.Type type, CommandLine.ParameterException exception)
-
-
Method Details
-
extractBlockingFailure
static CommandLine.ParseResult.GroupValidationResult extractBlockingFailure(List<CommandLine.ParseResult.GroupValidationResult> set) -
blockingFailure
boolean blockingFailure()FAILURE_PRESENT or FAILURE_PARTIAL -
present
boolean present() -
success
boolean success() -
toString
-