org.jostraca
Class VirtualTemplate

java.lang.Object
  extended byorg.jostraca.BasicTemplate
      extended byorg.jostraca.VirtualTemplate
All Implemented Interfaces:
Template

public class VirtualTemplate
extends BasicTemplate

Virtual implementation of template functionality.


Field Summary
 
Fields inherited from class org.jostraca.BasicTemplate
iAlsoGenerate, iBuildResource, iCodeWriterChanged, iCodeWriterExecRef, iCodeWriterRef, iCodeWriterSource, iConfRegExp, iContext, iForcedIncludeBase, iForceIncludeBase, iIncludeBaseRegExp, iIncludeBlockRegExp, iIncludeRegExp, iLastMod, iMetaFile, INCLUDE_MOD_if_exists, INCLUDE_MOD_output_relative, INCLUDE_MOD_template_relative, iOrderedPSM, iPath, iResult, iSavedFiles, iSectionSet, iSource, iTemplatePath, iTemplateScript
 
Fields inherited from interface org.jostraca.Template
CN, MN_setCodeWriter
 
Constructor Summary
VirtualTemplate(java.lang.String pName)
           
VirtualTemplate(VirtualTemplatePath pVirtualTemplatePath)
           
 
Method Summary
 void load(TemplatePath pTemplatePath)
          Load template and parse for PropertySet.
 
Methods inherited from class org.jostraca.BasicTemplate
forceIncludeBase, getAlsoGenerate, getBuildResource, getCodeWriterChanged, getCodeWriterExecutablePath, getCodeWriterLang, getCodeWriterPath, getCodeWriterSource, getContext, getLastMod, getMergedPropertySet, getMetaFile, getPropertySet, getResult, getSavedFiles, getSectionSet, getSource, getTemplatePath, hasMetaFile, modifyForOldVersion, setCodeWriterChanged, setCodeWriterExecutablePath, setCodeWriterPath, setCodeWriterSource, setContext, setMetaFile, setPropertySet, setResult, setSavedFiles, setSectionSet, setSource, toString, traceProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VirtualTemplate

public VirtualTemplate(java.lang.String pName)
                throws java.lang.Exception

VirtualTemplate

public VirtualTemplate(VirtualTemplatePath pVirtualTemplatePath)
                throws java.lang.Exception
Method Detail

load

public void load(TemplatePath pTemplatePath)
          throws TemplateException
Description copied from interface: Template
Load template and parse for PropertySet.

Specified by:
load in interface Template
Overrides:
load in class BasicTemplate
Throws:
TemplateException
See Also:
Template


Copyright © 2000-2002 Richard Rodger