org.melati.poem.prepro
Interface Generator

Package class diagram package Generator

public interface Generator

An interface which defines a process method on a Writer.


Method Summary
 void process(Writer w)
          Do the do.
 

Method Detail

process

void process(Writer w)
             throws IOException
Do the do.

Parameters:
w - the Writer to output to
Throws:
IOException - if a problem occurs with the file system


Copyright © 2000-2010 PanEris. All Rights Reserved.