Package org.cache2k.extra.config.generic
Interface VariableExpander
-
- All Known Implementing Classes:
StandardVariableExpander
public interface VariableExpanderRuns through all properties in the configuration, checks for variable references and expand them.- Author:
- Jens Wilke
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceVariableExpander.ExpanderContextstatic classVariableExpander.NeedsExpansionstatic interfaceVariableExpander.ValueAccessor
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexpand(ParsedConfiguration cfg)
-
-
-
Method Detail
-
expand
void expand(ParsedConfiguration cfg)
-
-