com.sodius.mdw.core.eval.debug
Interface TextTemplateNode

All Superinterfaces:
DebugNode, ProjectElementNode

public interface TextTemplateNode
extends ProjectElementNode

A node representing an evaluated text template.

This interface is not intended to be implemented by clients.


Method Summary
 String getEncoding()
          Returns the encoding specified by the text template used to write the generated file.
 String getGeneratedFilename()
          Returns the file path generated by the text template.
 TextTemplateReference getTextTemplate()
          Returns a description of the evaluated text template.
 
Methods inherited from interface com.sodius.mdw.core.eval.debug.ProjectElementNode
getArgumentCount, getArguments, getResult
 
Methods inherited from interface com.sodius.mdw.core.eval.debug.DebugNode
getChildren, getFailure, getHierarchy, getParent, isFailed, isLeaf, isRoot
 

Method Detail

getTextTemplate

TextTemplateReference getTextTemplate()
Returns a description of the evaluated text template.

Returns:
a description of the evaluated text template.

getGeneratedFilename

String getGeneratedFilename()
Returns the file path generated by the text template. This may be a relative path.

Returns:
the file path generated by the text template.

getEncoding

String getEncoding()
Returns the encoding specified by the text template used to write the generated file.

Returns:
the encoding specified by the text template used to write the generated file.