org.jostraca
Class BasicWriterFormat

java.lang.Object
  extended byorg.jostraca.BasicWriterFormat
All Implemented Interfaces:
WriterFormat

public class BasicWriterFormat
extends java.lang.Object
implements WriterFormat

Interface to template object. Constructor loads template source and parses out config data into a PropertySet.


Field Summary
static java.lang.String WRITER_FORMAT_EXTENSION
           
 
Constructor Summary
BasicWriterFormat(PropertySet pPropertySet)
           
 
Method Summary
 java.lang.String getPath()
           
 java.lang.String getSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WRITER_FORMAT_EXTENSION

public static final java.lang.String WRITER_FORMAT_EXTENSION
See Also:
Constant Field Values
Constructor Detail

BasicWriterFormat

public BasicWriterFormat(PropertySet pPropertySet)
Method Detail

getPath

public java.lang.String getPath()
Specified by:
getPath in interface WriterFormat

getSource

public java.lang.String getSource()
Specified by:
getSource in interface WriterFormat


Copyright © 2000-2002 Richard Rodger