org.rhq.plugins.apache.parser
Interface ApacheParser

All Known Implementing Classes:
ApacheParserImpl

public interface ApacheParser


Method Summary
 void addDirective(ApacheDirective directive)
           
 void endNestedDirective(ApacheDirective directive)
           
 void startNestedDirective(ApacheDirective directive)
           
 

Method Detail

addDirective

void addDirective(ApacheDirective directive)
                  throws Exception
Throws:
Exception

startNestedDirective

void startNestedDirective(ApacheDirective directive)

endNestedDirective

void endNestedDirective(ApacheDirective directive)


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