All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----kh.io.FileMerge | +----kh.net.URLMerge | +----kh.net.NetDiff
Summary |
public class NetDiff extends kh.net.URLMerge { // Constructors 1 public NetDiff(); // Methods 1 public static void main(String[]); }
This recursive diff class/application demonstrates the filemerge class. It will automagically deal with FTP, FILE, and HTTP urls
Constructors |
· NetDiff | Summary | Top |
public NetDiff()
Methods |
· main | Summary | Top |
public static void main(String[] args)
This is the application level entry for the NetDiff. It does a recursive diff for a tree of files. The files can be located on any local, HTTP, or FTP volume.
Usage: java kh.net.NetDiff [-s] leftURL rightURL -s = also show matching files - normally they are not listedThe FTP URL based on kh.net.FtpClient - a much better FTP client than the one in standard Java. You can encode a username and password needed for access to the server.
See Also: FtpClient
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7