jsystem.extensions.report.html
Class LineBreak

java.lang.Object
  extended byjsystem.extensions.report.html.Report
      extended byjsystem.extensions.report.html.LineBreak

public class LineBreak
extends Report


Field Summary
 
Fields inherited from class jsystem.extensions.report.html.Report
fileName, ignore, isSuccess, parent, target, title
 
Constructor Summary
LineBreak()
           
 
Method Summary
 void toFile(String directory, NameGenerator generator)
           
 String toString()
           
 
Methods inherited from class jsystem.extensions.report.html.Report
getFileName, getParent, getTarget, getTitle, isBold, isIgnore, isSuccess, setBold, setFileName, setIgnore, setParent, setSuccess, setTarget, setTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LineBreak

public LineBreak()
Method Detail

toFile

public void toFile(String directory,
                   NameGenerator generator)
            throws IOException
Specified by:
toFile in class Report
Throws:
IOException

toString

public String toString()
Overrides:
toString in class Report