org.rhq.plugins.apache.parser
Class ApacheParserImpl

java.lang.Object
  extended by org.rhq.plugins.apache.parser.ApacheParserImpl
All Implemented Interfaces:
ApacheParser

public class ApacheParserImpl
extends Object
implements ApacheParser


Constructor Summary
ApacheParserImpl(ApacheDirectiveTree tree, String serverRootPath)
           
 
Method Summary
 void addDirective(ApacheDirective directive)
           
 void endNestedDirective(ApacheDirective directive)
           
 void startNestedDirective(ApacheDirective directive)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApacheParserImpl

public ApacheParserImpl(ApacheDirectiveTree tree,
                        String serverRootPath)
Method Detail

addDirective

public void addDirective(ApacheDirective directive)
                  throws Exception
Specified by:
addDirective in interface ApacheParser
Throws:
Exception

endNestedDirective

public void endNestedDirective(ApacheDirective directive)
Specified by:
endNestedDirective in interface ApacheParser

startNestedDirective

public void startNestedDirective(ApacheDirective directive)
Specified by:
startNestedDirective in interface ApacheParser


Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.