public static interface RuntimeApacheConfiguration.NodeVisitor<T>
RuntimeApacheConfiguration#walkRuntimeConfig(ApacheAugeasTree, ProcessInfo, ApacheBinaryInfo, Map)
or RuntimeApacheConfiguration#walkRuntimeConfig(ApacheDirectiveTree, ProcessInfo, ApacheBinaryInfo, Map)
methods.| Modifier and Type | Method and Description |
|---|---|
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.
|
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 directiveCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.