| Package | Description |
|---|---|
| org.apache.camel.runtimecatalog |
Runtime Camel Catalog
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleValidationResult
Deprecated.
Please use
LanguageValidationResult instead. |
| Modifier and Type | Method and Description |
|---|---|
LanguageValidationResult |
RuntimeCamelCatalog.validateLanguageExpression(ClassLoader classLoader,
String language,
String text)
Parses and validates the language as an expression
Important: This requires having camel-core and the language dependencies on the classpath
|
LanguageValidationResult |
AbstractCamelCatalog.validateLanguageExpression(ClassLoader classLoader,
String language,
String text) |
LanguageValidationResult |
RuntimeCamelCatalog.validateLanguagePredicate(ClassLoader classLoader,
String language,
String text)
Parses and validates the language as a predicate
Important: This requires having camel-core and the language dependencies on the classpath
|
LanguageValidationResult |
AbstractCamelCatalog.validateLanguagePredicate(ClassLoader classLoader,
String language,
String text) |
Apache Camel