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

Packages that use ListResource
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 ListResource in org.quattor.pan.dml.data
 

Subclasses of ListResource in org.quattor.pan.dml.data
 class ProtectedListResource
           
 

Methods in org.quattor.pan.dml.data that return ListResource
 ListResource Resource.rgetList(Term[] terms, int index)
           
 ListResource Element.rgetList(Term[] terms, int index)
          This is a special lookup function that will retrieve a list from the resource.
 

Constructors in org.quattor.pan.dml.data with parameters of type ListResource
ListResource(ListResource source)
          This method creates a shallow copy of the given ListResource.
ProtectedListResource(ListResource baseList)
           
 

Uses of ListResource in org.quattor.pan.template
 

Methods in org.quattor.pan.template with parameters of type ListResource
 LocalVariableMap CompileTimeContext.createLocalVariableMap(ListResource argv)
           
 LocalVariableMap BuildContext.createLocalVariableMap(ListResource argv)
           
 LocalVariableMap Context.createLocalVariableMap(ListResource argv)
           
 

Constructors in org.quattor.pan.template with parameters of type ListResource
LocalVariableMap(ListResource argv)
          Create an instance that contains mappings for the variables ARGV and ARGC.
 



Copyright © 2011 Quattor. All Rights Reserved.