Uses of Class
org.quattor.pan.dml.data.HashResource

Packages that use HashResource
org.quattor.pan Contains the high-level classes used to invoke the pan language compiler. 
org.quattor.pan.dml.data Provides data elements for the Data Manipulation Language (DML). 
org.quattor.pan.template Contains the classes that define the java implementation a pan template or classes related to them. 
 

Uses of HashResource in org.quattor.pan
 

Fields in org.quattor.pan declared as HashResource
 HashResource CompilerOptions.rootElement
           
 

Methods in org.quattor.pan that return HashResource
static HashResource CompilerOptions.createRootElement(String rootElement)
           
 

Uses of HashResource in org.quattor.pan.dml.data
 

Subclasses of HashResource in org.quattor.pan.dml.data
 class ProtectedHashResource
           
 

Constructors in org.quattor.pan.dml.data with parameters of type HashResource
HashResource(HashResource source)
          This constructor creates a shallow copy of the given HashResource.
ProtectedHashResource(HashResource baseHash)
           
 

Uses of HashResource in org.quattor.pan.template
 

Methods in org.quattor.pan.template that return HashResource
 HashResource CompileTimeContext.createRelativeRoot()
          Initializes the relative root for this context and returns the old relative root.
 HashResource BuildContext.createRelativeRoot()
          Initializes the relative root for this context and returns the old relative root.
 HashResource Context.createRelativeRoot()
          Initializes the relative root for this context and returns the old relative root.
 HashResource CompileTimeContext.getRoot()
          Returns the root element for this context.
 HashResource BuildContext.getRoot()
          Returns the root element for this context.
 HashResource Context.getRoot()
          Returns the root element for this context.
 HashResource CompileTimeContext.restoreRelativeRoot(HashResource previousValue)
          Retrieve and clear the relative root for this context.
 HashResource BuildContext.restoreRelativeRoot(HashResource previousValue)
          Retrieve and clear the relative root for this context.
 HashResource Context.restoreRelativeRoot(HashResource previousValue)
          Retrieve and clear the relative root for this context.
 

Methods in org.quattor.pan.template with parameters of type HashResource
 HashResource CompileTimeContext.restoreRelativeRoot(HashResource previousValue)
          Retrieve and clear the relative root for this context.
 HashResource BuildContext.restoreRelativeRoot(HashResource previousValue)
          Retrieve and clear the relative root for this context.
 HashResource Context.restoreRelativeRoot(HashResource previousValue)
          Retrieve and clear the relative root for this context.
 



Copyright © 2012 Quattor. All Rights Reserved.