| Constructor and Description |
|---|
ApacheDirective() |
ApacheDirective(String directive) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChildDirective(ApacheDirective directive) |
void |
addValue(String val) |
ApacheDirective |
clone() |
List<ApacheDirective> |
getChildByName(String name) |
List<ApacheDirective> |
getChildDirectives() |
String |
getFile() |
String |
getName() |
ApacheDirective |
getParentNode() |
int |
getSeq() |
String |
getText() |
List<String> |
getValues() |
String |
getValuesAsString() |
boolean |
isNested() |
boolean |
isRootNode() |
boolean |
isUpdated() |
void |
remove() |
void |
removeChilDirective(ApacheDirective dir) |
void |
setFile(String file) |
void |
setName(String name) |
void |
setNested(boolean isNested) |
void |
setParentNode(ApacheDirective parent) |
void |
setRootNode(boolean isRootNode) |
void |
setUpdated(boolean updated) |
void |
setValues(List<String> values) |
public ApacheDirective()
public ApacheDirective(String directive)
public String getName()
public void setName(String name)
public boolean isNested()
public void setNested(boolean isNested)
public String getValuesAsString()
public void addChildDirective(ApacheDirective directive)
public List<ApacheDirective> getChildDirectives()
public List<ApacheDirective> getChildByName(String name)
public ApacheDirective getParentNode()
public void setParentNode(ApacheDirective parent)
public boolean isRootNode()
public void setRootNode(boolean isRootNode)
public boolean isUpdated()
public void setUpdated(boolean updated)
public String getFile()
public void setFile(String file)
public void removeChilDirective(ApacheDirective dir)
public void remove()
public String getText()
public int getSeq()
public void addValue(String val)
public ApacheDirective clone()
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.