org.quattor.pan.template
Class VariableSelfHolder

java.lang.Object
  extended by org.quattor.pan.template.SelfHolder
      extended by org.quattor.pan.template.VariableSelfHolder

public class VariableSelfHolder
extends SelfHolder

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

Field Summary
 
Fields inherited from class org.quattor.pan.template.SelfHolder
element, unmodifiable
 
Constructor Summary
VariableSelfHolder(GlobalVariable variable)
           
 
Method Summary
 void setElement(Element element)
           
 
Methods inherited from class org.quattor.pan.template.SelfHolder
getElement, isUnmodifiable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableSelfHolder

public VariableSelfHolder(GlobalVariable variable)
Method Detail

setElement

public void setElement(Element element)
Overrides:
setElement in class SelfHolder


Copyright © 2011 Quattor. All Rights Reserved.