| Package | Description |
|---|---|
| com.latitude.validator.spi | |
| com.latitude.validator.spi.impl |
| Modifier and Type | Field and Description |
|---|---|
static ExitStatus |
ExitStatus.COMPLETED
Convenient constant value representing completed state.
|
static ExitStatus |
ExitStatus.FAILED
Convenient constant value representing failed state.
|
static ExitStatus |
ExitStatus.SKIPPED
Convenient constant value representing skipped state.
|
static ExitStatus |
ExitStatus.UNKNOWN
Convenient constant value representing unknown state.
|
| Modifier and Type | Method and Description |
|---|---|
ExitStatus |
ExitStatus.addExitDescription(String description)
Add an exit description to an existing
ExitStatus. |
ExitStatus |
ExitStatus.and(ExitStatus status)
Create a new
ExitStatus with a logical combination of the exit code, and a concatenation of the
descriptions. |
ExitStatus |
ValidatorExecution.getExitStatus()
Get the
ExitStatus of this execution |
ExitStatus |
ValidationContext.getExitStatus()
Get the
ExitStatus of the validation |
ExitStatus |
ExitStatus.replaceExitCode(String code)
Add an exit code to an existing
ExitStatus. |
| Modifier and Type | Method and Description |
|---|---|
ExitStatus |
ExitStatus.and(ExitStatus status)
Create a new
ExitStatus with a logical combination of the exit code, and a concatenation of the
descriptions. |
int |
ExitStatus.compareTo(ExitStatus status) |
| Constructor and Description |
|---|
ValidatorExecution(String validatorName,
ExitStatus exitStatus,
ExecutionMode executionMode)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
ExitStatus |
DefaultValidationContext.getExitStatus()
Get the
ExitStatus of the global validation execution. |
Copyright © 2018 Latitude Srls. All rights reserved.