|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ApacheDirectiveTree | |
|---|---|
| org.rhq.plugins.apache | |
| org.rhq.plugins.apache.parser | |
| org.rhq.plugins.apache.util | |
| Uses of ApacheDirectiveTree in org.rhq.plugins.apache |
|---|
| Methods in org.rhq.plugins.apache that return ApacheDirectiveTree | |
|---|---|
ApacheDirectiveTree |
ApacheServerComponent.parseFullConfiguration()
|
static ApacheDirectiveTree |
ApacheServerDiscoveryComponent.parseFullConfiguration(String path,
String serverRoot)
|
ApacheDirectiveTree |
ApacheServerComponent.parseRuntimeConfiguration(boolean suppressUnknownModuleWarnings)
|
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)
|
| Methods in org.rhq.plugins.apache with parameters of type ApacheDirectiveTree | |
|---|---|
static String |
ApacheServerDiscoveryComponent.scanForGlobInclude(ApacheDirectiveTree tree)
|
| Uses of ApacheDirectiveTree in org.rhq.plugins.apache.parser |
|---|
| Methods in org.rhq.plugins.apache.parser that return ApacheDirectiveTree | |
|---|---|
ApacheDirectiveTree |
ApacheDirectiveTree.clone()
|
| Constructors in org.rhq.plugins.apache.parser with parameters of type ApacheDirectiveTree | |
|---|---|
ApacheConfigWriter(ApacheDirectiveTree tree)
|
|
ApacheParserImpl(ApacheDirectiveTree tree,
String initialServerRootPath,
RuntimeApacheConfiguration.NodeInspector nodeInspector)
|
|
| Uses of ApacheDirectiveTree in org.rhq.plugins.apache.util |
|---|
| Methods in org.rhq.plugins.apache.util that return ApacheDirectiveTree | |
|---|---|
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. |
| Methods in org.rhq.plugins.apache.util with parameters of type ApacheDirectiveTree | |
|---|---|
static List<VHostSpec> |
VHostSpec.detect(ApacheDirectiveTree config)
|
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. |
abstract List<HttpdAddressUtility.Address> |
HttpdAddressUtility.getAllMainServerAddresses(ApacheDirectiveTree ag,
boolean substituteWildcards)
This returns all the addresses the server listens on. |
HttpdAddressUtility.Address |
HttpdAddressUtility.getHttpdInternalMainServerAddressRepresentation(ApacheDirectiveTree runtimeConfig)
|
HttpdAddressUtility.Address |
HttpdAddressUtility.getHttpdInternalVirtualHostAddressRepresentation(ApacheDirectiveTree runtimeConfig,
String virtualHost,
String serverName)
|
HttpdAddressUtility.Address |
HttpdAddressUtility.getMainServerSampleAddress(ApacheDirectiveTree ag,
String limitToHost,
int limitToPort)
This just constructs a first available address under which the server or one of its virtual hosts can be reached. |
HttpdAddressUtility.Address |
HttpdAddressUtility.getVirtualHostSampleAddress(ApacheDirectiveTree ag,
String virtualHost,
String serverName,
boolean legacyWildcardHostHandling)
This constructs an address on which given virtual host can be accessed. |
static void |
RuntimeApacheConfiguration.walkRuntimeConfig(RuntimeApacheConfiguration.NodeVisitor<ApacheDirective> visitor,
ApacheDirectiveTree tree,
ProcessInfo httpdProcessInfo,
ApacheBinaryInfo httpdBinaryInfo,
Map<String,String> moduleNames,
boolean suppressUnknownModuleWarnings)
|
| Constructors in org.rhq.plugins.apache.util with parameters of type ApacheDirectiveTree | |
|---|---|
VirtualHostLegacyResourceKeyUtil(ApacheServerComponent serverComponent,
ApacheDirectiveTree runtimeConfig)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||