org.quattor.pan.template
Class SelfHolder
java.lang.Object
org.quattor.pan.template.SelfHolder
- Direct Known Subclasses:
- InvalidSelfHolder, PathSelfHolder, ReadOnlySelfHolder, VariableSelfHolder
public abstract class SelfHolder
- extends java.lang.Object
Essentially just a structure to hold values related to the processing of the
SELF variable. This is treated as a separate structure because we must save
(restore) these values when entering (exiting) a structure template.
- Author:
- loomis
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
element
protected Element element
unmodifiable
protected boolean unmodifiable
SelfHolder
public SelfHolder()
getElement
public Element getElement()
setElement
public void setElement(Element element)
isUnmodifiable
public boolean isUnmodifiable()
Copyright © 2011 Quattor. All Rights Reserved.