org.acm.seguin.ide.common
Class TextPrinter

java.lang.Object
  extended by org.acm.seguin.ide.common.TextPrinter
Direct Known Subclasses:
ElixirTextPrinter, PrintAction

public class TextPrinter
extends java.lang.Object

Description of the Class

Author:
Chris Seguin

Constructor Summary
TextPrinter()
           
 
Method Summary
protected  void print(java.lang.String filename, java.lang.String contents)
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextPrinter

public TextPrinter()
Method Detail

print

protected void print(java.lang.String filename,
                     java.lang.String contents)
Description of the Method

Parameters:
filename - Description of Parameter
contents - Description of Parameter