Package | Description |
---|---|
org.apache.camel |
The core Camel API.
|
org.apache.camel.impl.verifier |
Modifier and Type | Method and Description |
---|---|
ComponentVerifier.Result.Status |
ComponentVerifier.Result.getStatus()
Result of the validation as status.
|
static ComponentVerifier.Result.Status |
ComponentVerifier.Result.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentVerifier.Result.Status[] |
ComponentVerifier.Result.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ComponentVerifier.Result.Status |
DefaultResult.getStatus() |
Modifier and Type | Method and Description |
---|---|
ResultBuilder |
ResultBuilder.status(ComponentVerifier.Result.Status status) |
static ResultBuilder |
ResultBuilder.withStatus(ComponentVerifier.Result.Status status) |
static ResultBuilder |
ResultBuilder.withStatusAndScope(ComponentVerifier.Result.Status status,
ComponentVerifier.Scope scope) |
Constructor and Description |
---|
DefaultResult(ComponentVerifier.Scope scope,
ComponentVerifier.Result.Status status,
List<ComponentVerifier.VerificationError> verificationErrors) |
Apache Camel