| Package | Description |
|---|---|
| org.rhq.plugins.apache | |
| org.rhq.plugins.apache.parser | |
| org.rhq.plugins.apache.util |
| Modifier and Type | Method and Description |
|---|---|
ApacheDirective |
ApacheVirtualHostServiceComponent.getDirective(boolean keepConditionalDirectives)
Returns a directive corresponding to this component in the Apache directive tree.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<ApacheDirective> |
ApacheDirectiveStack.stack |
| Modifier and Type | Method and Description |
|---|---|
ApacheDirective |
ApacheDirective.clone() |
ApacheDirective |
ApacheDirectiveTree.createNode(ApacheDirective parentNode,
String name) |
ApacheDirective |
ApacheDirectiveStack.getLastDirective() |
ApacheDirective |
ApacheDirective.getParentNode() |
ApacheDirective |
ApacheDirectiveTree.getRootNode() |
| Modifier and Type | Method and Description |
|---|---|
List<ApacheDirective> |
ApacheDirectiveTree.findByName(ApacheDirective nd,
String name,
boolean recursively)
Search can be provided a path-like expression to look for specific children.
|
List<ApacheDirective> |
ApacheDirectiveTree.findByName(String name,
boolean recursively)
Same as
ApacheDirectiveTree.findByName(ApacheDirective, String, boolean, java.util.List) with the root node of this tree
provided as the node parameter. |
List<ApacheDirective> |
ApacheDirective.getChildByName(String name) |
List<ApacheDirective> |
ApacheDirective.getChildDirectives() |
List<ApacheDirective> |
ApacheDirectiveTree.search(ApacheDirective nd,
String name) |
List<ApacheDirective> |
ApacheDirectiveTree.search(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
ApacheDirective.addChildDirective(ApacheDirective directive) |
void |
ApacheParser.addDirective(ApacheDirective directive) |
void |
ApacheDirectiveStack.addDirective(ApacheDirective dir) |
void |
ApacheParserImpl.addDirective(ApacheDirective directive) |
ApacheDirective |
ApacheDirectiveTree.createNode(ApacheDirective parentNode,
String name) |
void |
ApacheParser.endNestedDirective(ApacheDirective directive) |
void |
ApacheParserImpl.endNestedDirective(ApacheDirective directive) |
List<ApacheDirective> |
ApacheDirectiveTree.findByName(ApacheDirective nd,
String name,
boolean recursively)
Search can be provided a path-like expression to look for specific children.
|
void |
ApacheDirective.removeChilDirective(ApacheDirective dir) |
void |
ApacheConfigWriter.saveFile(String file,
ApacheDirective dir) |
List<ApacheDirective> |
ApacheDirectiveTree.search(ApacheDirective nd,
String name) |
void |
ApacheDirective.setParentNode(ApacheDirective parent) |
void |
ApacheDirectiveTree.setRootNode(ApacheDirective rootNode) |
void |
ApacheParser.startNestedDirective(ApacheDirective directive) |
void |
ApacheParserImpl.startNestedDirective(ApacheDirective directive) |
| Modifier and Type | Method and Description |
|---|---|
static void |
RuntimeApacheConfiguration.walkRuntimeConfig(RuntimeApacheConfiguration.NodeVisitor<ApacheDirective> visitor,
ApacheDirectiveTree tree,
ProcessInfo httpdProcessInfo,
ApacheBinaryInfo httpdBinaryInfo,
Map<String,String> moduleNames,
boolean suppressUnknownModuleWarnings) |
| Constructor and Description |
|---|
VHostSpec(ApacheDirective vhostDirective) |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.