| Package | Description |
|---|---|
| org.apache.camel |
The core Camel API.
|
| org.apache.camel.impl |
Default implementation classes for Camel Core
|
| org.apache.camel.main |
Application level classes that can be used to instantiate camel.
|
| org.apache.camel.support |
Base classes that help to implement the camel API and are expected to be extended by the user
|
| Modifier and Type | Method and Description |
|---|---|
ReloadStrategy |
CamelContext.getReloadStrategy()
Returns the
ReloadStrategy if in use. |
| Modifier and Type | Method and Description |
|---|---|
void |
CamelContext.setReloadStrategy(ReloadStrategy reloadStrategy)
Sets a custom
ReloadStrategy to be used |
| Modifier and Type | Class and Description |
|---|---|
class |
FileWatcherReloadStrategy
A file based
ReloadStrategy which watches a file folder
for modified files and reload on file changes. |
| Modifier and Type | Method and Description |
|---|---|
ReloadStrategy |
DefaultCamelContext.getReloadStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCamelContext.setReloadStrategy(ReloadStrategy reloadStrategy) |
| Modifier and Type | Field and Description |
|---|---|
protected ReloadStrategy |
MainSupport.reloadStrategy |
| Modifier and Type | Method and Description |
|---|---|
ReloadStrategy |
MainSupport.getReloadStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
MainSupport.setReloadStrategy(ReloadStrategy reloadStrategy)
Sets a custom
ReloadStrategy to be used. |
| Modifier and Type | Class and Description |
|---|---|
class |
ReloadStrategySupport
Base class for implementing custom
ReloadStrategy SPI plugins. |
Apache Camel