org.firej.writers.velocity
Class FileVelocityWriter

java.lang.Object
  extended by org.firej.writers.Writer
      extended by org.firej.writers.velocity.VelocityWriter
          extended by org.firej.writers.velocity.FileVelocityWriter

public class FileVelocityWriter
extends VelocityWriter

Writer that writes the output of the velocity into a single file, and return ALWAYS NullRegex instance!!

Author:
Vassilios Karakoidas (bkarak@aueb.gr)

Field Summary
 
Fields inherited from class org.firej.writers.velocity.VelocityWriter
engine, template
 
Fields inherited from class org.firej.writers.Writer
WORK_DIR
 
Constructor Summary
FileVelocityWriter(java.lang.String template)
           
 
Method Summary
 Regex compile(DFA dfa, java.lang.String regex, java.lang.String filename)
          Compile a DFA and creates a regex class
 java.lang.String getName()
          Returns the name of the writer
 java.lang.String getVersion()
          Returns the version of the writer
 
Methods inherited from class org.firej.writers.velocity.VelocityWriter
compile, getDescription, prepare
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileVelocityWriter

public FileVelocityWriter(java.lang.String template)
Method Detail

compile

public Regex compile(DFA dfa,
                     java.lang.String regex,
                     java.lang.String filename)
Description copied from class: Writer
Compile a DFA and creates a regex class

Specified by:
compile in class Writer

getName

public java.lang.String getName()
Description copied from class: Writer
Returns the name of the writer

Specified by:
getName in class Writer

getVersion

public java.lang.String getVersion()
Description copied from class: Writer
Returns the version of the writer

Specified by:
getVersion in class Writer