|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConfigSection
Definition of a config section.
| Method Summary | |
|---|---|
String |
getCondition()
Returns the condition to use to determine whether the config section this object represents is applicable. |
List<ConfigElement> |
getConfigElements()
Returns the config elements that make up this config section |
String |
getEvaluator()
Returns the name of an evaluator to use to determine whether the config section this object represents is applicable to the current lookup operation |
boolean |
isGlobal()
Determines whether this config section is global |
boolean |
isReplace()
Determines whether the config elements found inside this section should replace any previously found config elements with the same name |
| Method Detail |
|---|
String getEvaluator()
String getCondition()
List<ConfigElement> getConfigElements()
boolean isGlobal()
boolean isReplace()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||