public class ApacheDirectiveStack extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<ApacheDirective> |
stack |
| Constructor and Description |
|---|
ApacheDirectiveStack() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDirective(ApacheDirective dir) |
ApacheDirectiveStack |
copy() |
ApacheDirective |
getLastDirective() |
boolean |
isEmpty() |
void |
removeLastDirective() |
protected List<ApacheDirective> stack
public void addDirective(ApacheDirective dir)
public ApacheDirective getLastDirective()
public void removeLastDirective()
public ApacheDirectiveStack copy()
public boolean isEmpty()
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.