Uses of Class
org.rhq.plugins.apache.util.ApacheBinaryInfo

Packages that use ApacheBinaryInfo
org.rhq.plugins.apache   
org.rhq.plugins.apache.util   
 

Uses of ApacheBinaryInfo in org.rhq.plugins.apache
 

Methods in org.rhq.plugins.apache that return ApacheBinaryInfo
 ApacheBinaryInfo ApacheServerComponent.getCurrentBinaryInfo()
           
 

Methods in org.rhq.plugins.apache with parameters of type ApacheBinaryInfo
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)
           
 

Uses of ApacheBinaryInfo in org.rhq.plugins.apache.util
 

Methods in org.rhq.plugins.apache.util that return ApacheBinaryInfo
static ApacheBinaryInfo ApacheBinaryInfo.getInfo(String binaryPath, SystemInfo systemInfo)
           
 

Methods in org.rhq.plugins.apache.util with parameters of type ApacheBinaryInfo
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-2012 Red Hat, Inc.. All Rights Reserved.