|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface RuntimeApacheConfiguration.NodeVisitor<T>
This is a node visitor interface to be implemented by the users of the
RuntimeApacheConfiguration#walkRuntimeConfig(ApacheAugeasTree, ProcessInfo, ApacheBinaryInfo, Map)
or RuntimeApacheConfiguration#walkRuntimeConfig(ApacheDirectiveTree, ProcessInfo, ApacheBinaryInfo, Map)
methods.
| Method Summary | |
|---|---|
void |
visitConditionalNode(T node,
boolean isSatisfied)
This method is called whenever the apache config tree walker encounters one of the If* directives (IfModule, IfDefine, IfVersion). |
void |
visitOrdinaryNode(T node)
This method is called for all "ordinary" directives that the apache config tree walker encounters (i.e. |
| Method Detail |
|---|
void visitConditionalNode(T node,
boolean isSatisfied)
node - the If* directiveisSatisfied - true if the directive's condition is satisfied, false otherwisevoid visitOrdinaryNode(T node)
#visitConditionalNode(Object)
method.
node - the directive
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||