org.rhq.plugins.apache.parser
Class ApacheDirectiveTree
java.lang.Object
org.rhq.plugins.apache.parser.ApacheDirectiveTree
- All Implemented Interfaces:
- Cloneable
public class ApacheDirectiveTree
- extends Object
- implements Cloneable
ApacheDirectiveTree
public ApacheDirectiveTree()
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.