dwvisser.analysis
Class TextOutputter

java.lang.Object
  |
  +--dwvisser.analysis.TextOutputter
Direct Known Subclasses:
DecayKineticDetermination, PIDtelescope

public class TextOutputter
extends java.lang.Object

Gives a framework for subclasses to use System.out to creat their output

Version:
Author:
dwvisser

Field Summary
static java.lang.String DEFAULT
           
 
Constructor Summary
TextOutputter(java.lang.String output)
          Creates new TextOutputter
 
Method Summary
 void closeOutput()
           
 void revertToDefaultOutput()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT

public static java.lang.String DEFAULT
Constructor Detail

TextOutputter

public TextOutputter(java.lang.String output)
              throws java.io.FileNotFoundException
Creates new TextOutputter

Method Detail

closeOutput

public void closeOutput()
                 throws java.io.IOException
java.io.IOException

revertToDefaultOutput

public void revertToDefaultOutput()