| Package | Description |
|---|---|
| org.rhq.plugins.apache | |
| org.rhq.plugins.apache.util |
| Modifier and Type | Method and Description |
|---|---|
ApacheBinaryInfo |
ApacheServerComponent.getCurrentBinaryInfo() |
| Modifier and Type | Method and Description |
|---|---|
static ApacheDirectiveTree |
ApacheServerDiscoveryComponent.parseRuntimeConfiguration(String path,
ProcessInfo processInfo,
ApacheBinaryInfo binaryInfo) |
static ApacheDirectiveTree |
ApacheServerDiscoveryComponent.parseRuntimeConfiguration(String path,
ProcessInfo processInfo,
ApacheBinaryInfo binaryInfo,
Map<String,String> moduleNames,
boolean suppressUnknownModuleWarnings) |
| Modifier and Type | Method and Description |
|---|---|
static ApacheBinaryInfo |
ApacheBinaryInfo.getInfo(String binaryPath,
SystemInfo systemInfo) |
| Modifier and Type | Method and Description |
|---|---|
static ApacheDirectiveTree |
RuntimeApacheConfiguration.extract(ApacheDirectiveTree tree,
ProcessInfo httpdProcessInfo,
ApacheBinaryInfo httpdBinaryInfo,
Map<String,String> moduleNames,
boolean suppressUnknownModuleWarnings)
Given the apache configuration and information about the parameters httpd was executed
with this method provides the directive tree that corresponds to the actual
runtime configuration as used by httpd.
|
static RuntimeApacheConfiguration.NodeInspector |
RuntimeApacheConfiguration.getNodeInspector(ProcessInfo httpdProcessInfo,
ApacheBinaryInfo httpdBinaryInfo,
Map<String,String> moduleNames,
boolean suppressUnknownModuleWarnings) |
static void |
RuntimeApacheConfiguration.walkRuntimeConfig(RuntimeApacheConfiguration.NodeVisitor<ApacheDirective> visitor,
ApacheDirectiveTree tree,
ProcessInfo httpdProcessInfo,
ApacheBinaryInfo httpdBinaryInfo,
Map<String,String> moduleNames,
boolean suppressUnknownModuleWarnings) |
static void |
RuntimeApacheConfiguration.walkRuntimeConfig(RuntimeApacheConfiguration.NodeVisitor<AugeasNode> visitor,
AugeasTree tree,
ProcessInfo httpdProcessInfo,
ApacheBinaryInfo httpdBinaryInfo,
Map<String,String> moduleNames,
boolean suppressUnknownModuleWarnings) |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.