public class HttpdConfParser extends Object
| Constructor and Description |
|---|
HttpdConfParser() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMainServer() |
String |
getUriWorkerLocation() |
Set<String> |
getVhosts() |
String |
getWorkerPropertiesFile() |
boolean |
isModJkInstalled() |
boolean |
parse(String confPath)
Parses the httpd.conf file located at confPath
|
String |
toString() |
public boolean parse(String confPath)
confPath - The path to the httpd.conf filepublic String getWorkerPropertiesFile()
public boolean isModJkInstalled()
public String getUriWorkerLocation()
public String getMainServer()
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.