All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.rhq.plugins.apache.parser.ApacheParser Maven / Gradle / Ivy

There is a newer version: 4.13.0
Show newest version
package org.rhq.plugins.apache.parser;

public interface ApacheParser {
    
    public void addDirective(ApacheDirective directive) throws Exception;
    public void startNestedDirective(ApacheDirective directive);
    public void endNestedDirective(ApacheDirective directive);    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy