jsystem.extensions.report.html
Class Link

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

public class Link
extends Report


Field Summary
 
Fields inherited from class jsystem.extensions.report.html.Report
fileName, ignore, isSuccess, parent, title
 
Constructor Summary
Link(String href, String data, String target)
           
 
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

Link

public Link(String href,
            String data,
            String target)
Method Detail

toString

public String toString()
Overrides:
toString in class Report

toFile

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