JTools

org.jtools.io.psoutput
Class OmittableOutputFile.DifferentLine

java.lang.Object
  extended by org.jtools.io.psoutput.OmittableOutputFile.DifferentLine
All Implemented Interfaces:
PrintStreamOutput.Result
Enclosing class:
OmittableOutputFile

public class OmittableOutputFile.DifferentLine
extends Object
implements PrintStreamOutput.Result


Constructor Summary
OmittableOutputFile.DifferentLine(int line)
           
 
Method Summary
 boolean isWritten()
          indicates whether the Output was written or omitted.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OmittableOutputFile.DifferentLine

public OmittableOutputFile.DifferentLine(int line)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

isWritten

public boolean isWritten()
Description copied from interface: PrintStreamOutput.Result
indicates whether the Output was written or omitted.

Specified by:
isWritten in interface PrintStreamOutput.Result

JTools

© 2000-2006, JTools.org.