org.firej.writers.velocity
Class FileVelocityWriter
java.lang.Object
org.firej.writers.Writer
org.firej.writers.velocity.VelocityWriter
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)
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileVelocityWriter
public FileVelocityWriter(java.lang.String template)
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