Uses of Enum Class
org.apache.camel.component.extension.ComponentVerifierExtension.Scope
Packages that use ComponentVerifierExtension.Scope
-
Uses of ComponentVerifierExtension.Scope in org.apache.camel.component.extension
Methods in org.apache.camel.component.extension that return ComponentVerifierExtension.ScopeModifier and TypeMethodDescriptionComponentVerifierExtension.Scope.fromString
(String scope) Get an instance of this scope from a string representationComponentVerifierExtension.Result.getScope()
Scope of the verification.Returns the enum constant of this class with the specified name.static ComponentVerifierExtension.Scope[]
ComponentVerifierExtension.Scope.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.extension with parameters of type ComponentVerifierExtension.ScopeModifier and TypeMethodDescriptionComponentVerifierExtension.verify
(ComponentVerifierExtension.Scope scope, Map<String, Object> parameters) Verify the given parameters against a provided scope.