jsystem.treeui.publisher
Class FtpPublisher

java.lang.Object
  extended byjsystem.treeui.publisher.FtpPublisher
All Implemented Interfaces:
Publisher

public class FtpPublisher
extends Object
implements Publisher

used to create the result html report and move them to the Ftp/Html server.


Constructor Summary
FtpPublisher()
           
 
Method Summary
 void publish()
          publish the changed report
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FtpPublisher

public FtpPublisher()
Method Detail

publish

public void publish()
Description copied from interface: Publisher
publish the changed report

Specified by:
publish in interface Publisher