Package picocli
Class CommandLine.ParseResult.GroupValidationResult
- java.lang.Object
-
- picocli.CommandLine.ParseResult.GroupValidationResult
-
- Enclosing class:
- CommandLine.ParseResult
static class CommandLine.ParseResult.GroupValidationResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static class
CommandLine.ParseResult.GroupValidationResult.Type
-
Field Summary
Fields Modifier and Type Field Description (package private) CommandLine.ParameterException
exception
(package private) static CommandLine.ParseResult.GroupValidationResult
SUCCESS_ABSENT
(package private) static CommandLine.ParseResult.GroupValidationResult
SUCCESS_PRESENT
(package private) CommandLine.ParseResult.GroupValidationResult.Type
type
-
Constructor Summary
Constructors Constructor Description GroupValidationResult(CommandLine.ParseResult.GroupValidationResult.Type type)
GroupValidationResult(CommandLine.ParseResult.GroupValidationResult.Type type, CommandLine.ParameterException exception)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) boolean
blockingFailure()
FAILURE_PRESENT or FAILURE_PARTIAL(package private) static CommandLine.ParseResult.GroupValidationResult
extractBlockingFailure(java.util.List<CommandLine.ParseResult.GroupValidationResult> set)
(package private) boolean
present()
(package private) boolean
success()
java.lang.String
toString()
-
-
-
Field Detail
-
SUCCESS_PRESENT
static final CommandLine.ParseResult.GroupValidationResult SUCCESS_PRESENT
-
SUCCESS_ABSENT
static final CommandLine.ParseResult.GroupValidationResult SUCCESS_ABSENT
-
exception
CommandLine.ParameterException exception
-
-
Constructor Detail
-
GroupValidationResult
GroupValidationResult(CommandLine.ParseResult.GroupValidationResult.Type type)
-
GroupValidationResult
GroupValidationResult(CommandLine.ParseResult.GroupValidationResult.Type type, CommandLine.ParameterException exception)
-
-
Method Detail
-
extractBlockingFailure
static CommandLine.ParseResult.GroupValidationResult extractBlockingFailure(java.util.List<CommandLine.ParseResult.GroupValidationResult> set)
-
blockingFailure
boolean blockingFailure()
FAILURE_PRESENT or FAILURE_PARTIAL
-
present
boolean present()
-
success
boolean success()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-