org.rhq.plugins.apache.parser
Class ApacheDirectiveTree

java.lang.Object
  extended by org.rhq.plugins.apache.parser.ApacheDirectiveTree
All Implemented Interfaces:
Cloneable

public class ApacheDirectiveTree
extends Object
implements Cloneable


Constructor Summary
ApacheDirectiveTree()
           
 
Method Summary
 ApacheDirectiveTree clone()
           
 ApacheDirective createNode(ApacheDirective parentNode, String name)
           
 ApacheDirective getRootNode()
           
 List<ApacheDirective> search(ApacheDirective nd, String name)
           
 List<ApacheDirective> search(String name)
           
 void setRootNode(ApacheDirective rootNode)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApacheDirectiveTree

public ApacheDirectiveTree()
Method Detail

getRootNode

public ApacheDirective getRootNode()

setRootNode

public void setRootNode(ApacheDirective rootNode)

search

public List<ApacheDirective> search(ApacheDirective nd,
                                    String name)

search

public List<ApacheDirective> search(String name)

createNode

public ApacheDirective createNode(ApacheDirective parentNode,
                                  String name)

clone

public ApacheDirectiveTree clone()
Overrides:
clone in class Object


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