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 classCommandLine.ParseResult.GroupValidationResult.Type
-
Field Summary
Fields Modifier and Type Field Description (package private) CommandLine.ParameterExceptionexception(package private) static CommandLine.ParseResult.GroupValidationResultSUCCESS_ABSENT(package private) static CommandLine.ParseResult.GroupValidationResultSUCCESS_PRESENT(package private) CommandLine.ParseResult.GroupValidationResult.Typetype
-
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) booleanblockingFailure()FAILURE_PRESENT or FAILURE_PARTIAL(package private) static CommandLine.ParseResult.GroupValidationResultextractBlockingFailure(java.util.List<CommandLine.ParseResult.GroupValidationResult> set)(package private) booleanpresent()(package private) booleansuccess()java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
-