Package org.apache.camel.spi
Interface BrowsableVariableRepository
- All Superinterfaces:
AutoCloseable,Service,StaticService,VariableAware,VariableRepository
A
VariableRepository that can browse the variables.-
Method Summary
Methods inherited from interface org.apache.camel.VariableAware
getVariable, setVariableMethods inherited from interface org.apache.camel.spi.VariableRepository
getId, removeVariable
-
Method Details
-
hasVariables
boolean hasVariables()Are there any variables in the repository. -
size
int size()Number of variables -
names
The variable names -
getVariables
Gets all the variables in a Map -
clear
void clear()Removes all variables
-