Skip navigation links
A B C D E F G H I L P S T V W 

A

addAllErrors(Iterable<? extends Verifier.Error>) - Method in class io.syndesis.verifier.ImmutableResult.Builder
Adds elements to errors list.
addAllParameters(Iterable<String>) - Method in class io.syndesis.verifier.ImmutableError.Builder
Adds elements to parameters list.
addErrors(Verifier.Error) - Method in class io.syndesis.verifier.ImmutableResult.Builder
Adds one element to errors list.
addErrors(Verifier.Error...) - Method in class io.syndesis.verifier.ImmutableResult.Builder
Adds elements to errors list.
addParameters(String) - Method in class io.syndesis.verifier.ImmutableError.Builder
Adds one element to parameters list.
addParameters(String...) - Method in class io.syndesis.verifier.ImmutableError.Builder
Adds elements to parameters list.
AlwaysOkVerifier - Class in io.syndesis.verifier
Verifier which returns always "OK" and can be used simulating a developer
AlwaysOkVerifier() - Constructor for class io.syndesis.verifier.AlwaysOkVerifier
 
attributes(Map<String, ? extends Object>) - Method in class io.syndesis.verifier.ImmutableError.Builder
Sets or replaces all mappings from the specified map as entries for the attributes map.

B

build() - Method in class io.syndesis.verifier.ImmutableError.Builder
Builds a new ImmutableError.
build() - Method in class io.syndesis.verifier.ImmutableResult.Builder
Builds a new ImmutableResult.
builder() - Static method in class io.syndesis.verifier.ImmutableError
Creates a builder for ImmutableError.
builder() - Static method in class io.syndesis.verifier.ImmutableResult
Creates a builder for ImmutableResult.

C

code(String) - Method in class io.syndesis.verifier.ImmutableError.Builder
Initializes the value for the code attribute.
copyOf(Verifier.Error) - Static method in class io.syndesis.verifier.ImmutableError
Creates an immutable copy of a Verifier.Error value.
copyOf(Verifier.Result) - Static method in class io.syndesis.verifier.ImmutableResult
Creates an immutable copy of a Verifier.Result value.

D

description(String) - Method in class io.syndesis.verifier.ImmutableError.Builder
Initializes the optional value description to description.
description(Optional<String>) - Method in class io.syndesis.verifier.ImmutableError.Builder
Initializes the optional value description to description.

E

equals(Object) - Method in class io.syndesis.verifier.ImmutableError
This instance is equal to all instances of ImmutableError that have equal attribute values.
equals(Object) - Method in class io.syndesis.verifier.ImmutableResult
This instance is equal to all instances of ImmutableResult that have equal attribute values.
errors(Iterable<? extends Verifier.Error>) - Method in class io.syndesis.verifier.ImmutableResult.Builder
Sets or replaces all elements for errors list.
ExternalVerifierService - Class in io.syndesis.verifier
Implementation of a verifier which uses an external service
ExternalVerifierService(VerificationConfigurationProperties) - Constructor for class io.syndesis.verifier.ExternalVerifierService
 

F

from(Verifier.Error) - Method in class io.syndesis.verifier.ImmutableError.Builder
Fill a builder with attribute values from the provided Error instance.
from(Verifier.Result) - Method in class io.syndesis.verifier.ImmutableResult.Builder
Fill a builder with attribute values from the provided Result instance.

G

getAttributes() - Method in class io.syndesis.verifier.ImmutableError
 
getAttributes() - Method in interface io.syndesis.verifier.Verifier.Error
 
getCode() - Method in class io.syndesis.verifier.ImmutableError
 
getCode() - Method in interface io.syndesis.verifier.Verifier.Error
 
getDescription() - Method in class io.syndesis.verifier.ImmutableError
 
getDescription() - Method in interface io.syndesis.verifier.Verifier.Error
 
getErrors() - Method in class io.syndesis.verifier.ImmutableResult
 
getErrors() - Method in interface io.syndesis.verifier.Verifier.Result
 
getParameters() - Method in class io.syndesis.verifier.ImmutableError
 
getParameters() - Method in interface io.syndesis.verifier.Verifier.Error
 
getScope() - Method in class io.syndesis.verifier.ImmutableResult
 
getScope() - Method in interface io.syndesis.verifier.Verifier.Result
 
getService() - Method in class io.syndesis.verifier.VerificationConfigurationProperties
 
getStatus() - Method in class io.syndesis.verifier.ImmutableResult
 
getStatus() - Method in interface io.syndesis.verifier.Verifier.Result
 

H

hashCode() - Method in class io.syndesis.verifier.ImmutableError
Computes a hash code from attributes: code, description, parameters, attributes.
hashCode() - Method in class io.syndesis.verifier.ImmutableResult
Computes a hash code from attributes: status, scope, errors.

I

ImmutableError - Class in io.syndesis.verifier
Immutable implementation of Verifier.Error.
ImmutableError.Builder - Class in io.syndesis.verifier
Builds instances of type ImmutableError.
ImmutableResult - Class in io.syndesis.verifier
Immutable implementation of Verifier.Result.
ImmutableResult.Builder - Class in io.syndesis.verifier
Builds instances of type ImmutableResult.
io.syndesis.verifier - package io.syndesis.verifier
 

L

LocalProcessVerifier - Class in io.syndesis.verifier
 
LocalProcessVerifier(ProjectGenerator) - Constructor for class io.syndesis.verifier.LocalProcessVerifier
 

P

parameters(Iterable<String>) - Method in class io.syndesis.verifier.ImmutableError.Builder
Sets or replaces all elements for parameters list.
putAllAttributes(Map<String, ? extends Object>) - Method in class io.syndesis.verifier.ImmutableError.Builder
Put all mappings from the specified map as entries to attributes map.
putAttributes(String, Object) - Method in class io.syndesis.verifier.ImmutableError.Builder
Put one entry to the attributes map.
putAttributes(Map.Entry<String, ? extends Object>) - Method in class io.syndesis.verifier.ImmutableError.Builder
Put one entry to the attributes map.

S

scope(Verifier.Scope) - Method in class io.syndesis.verifier.ImmutableResult.Builder
Initializes the value for the scope attribute.
setService(String) - Method in class io.syndesis.verifier.VerificationConfigurationProperties
 
status(Verifier.Result.Status) - Method in class io.syndesis.verifier.ImmutableResult.Builder
Initializes the value for the status attribute.

T

toString() - Method in class io.syndesis.verifier.ImmutableError
Prints the immutable value Error with attribute values.
toString() - Method in class io.syndesis.verifier.ImmutableResult
Prints the immutable value Result with attribute values.

V

valueOf(String) - Static method in enum io.syndesis.verifier.Verifier.Result.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.syndesis.verifier.Verifier.Scope
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.syndesis.verifier.Verifier.Result.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.syndesis.verifier.Verifier.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
VerificationConfigurationProperties - Class in io.syndesis.verifier
 
VerificationConfigurationProperties() - Constructor for class io.syndesis.verifier.VerificationConfigurationProperties
 
Verifier - Interface in io.syndesis.verifier
The result of a verification of connection parameters.
Verifier.Error - Interface in io.syndesis.verifier
 
Verifier.Result - Interface in io.syndesis.verifier
 
Verifier.Result.Status - Enum in io.syndesis.verifier
 
Verifier.Scope - Enum in io.syndesis.verifier
 
VerifierConfiguration - Class in io.syndesis.verifier
 
VerifierConfiguration() - Constructor for class io.syndesis.verifier.VerifierConfiguration
 
verify(String, Map<String, String>) - Method in class io.syndesis.verifier.AlwaysOkVerifier
 
verify(String, Map<String, String>) - Method in class io.syndesis.verifier.ExternalVerifierService
 
verify(Connector, Verifier.Scope, Map<String, String>) - Method in class io.syndesis.verifier.LocalProcessVerifier
 
verify(String, Map<String, String>) - Method in interface io.syndesis.verifier.Verifier
Verify a connector

W

withAttributes(Map<String, ? extends Object>) - Method in class io.syndesis.verifier.ImmutableError
Copy the current immutable object by replacing the attributes map with the specified map.
withCode(String) - Method in class io.syndesis.verifier.ImmutableError
Copy the current immutable object by setting a value for the code attribute.
withDescription(String) - Method in class io.syndesis.verifier.ImmutableError
Copy the current immutable object by setting a present value for the optional description attribute.
withDescription(Optional<String>) - Method in class io.syndesis.verifier.ImmutableError
Copy the current immutable object by setting an optional value for the description attribute.
withErrors(Verifier.Error...) - Method in class io.syndesis.verifier.ImmutableResult
Copy the current immutable object with elements that replace the content of errors.
withErrors(Iterable<? extends Verifier.Error>) - Method in class io.syndesis.verifier.ImmutableResult
Copy the current immutable object with elements that replace the content of errors.
withParameters(String...) - Method in class io.syndesis.verifier.ImmutableError
Copy the current immutable object with elements that replace the content of parameters.
withParameters(Iterable<String>) - Method in class io.syndesis.verifier.ImmutableError
Copy the current immutable object with elements that replace the content of parameters.
withScope(Verifier.Scope) - Method in class io.syndesis.verifier.ImmutableResult
Copy the current immutable object by setting a value for the scope attribute.
withStatus(Verifier.Result.Status) - Method in class io.syndesis.verifier.ImmutableResult
Copy the current immutable object by setting a value for the status attribute.
A B C D E F G H I L P S T V W 
Skip navigation links

Copyright © 2016–2017 Red Hat. All rights reserved.