tool.html

Class Robust

public class Robust extends Object

Rewrite HTML page or whole web site to make URLs robust. New version of page is minimally changed and all formatting is retained; the only change is that each HREF's URL replaced is by a robust version. Useful for converting bookmarks or all links in a site.

Version: $Revision: 1.2 $ $Date: 2003/06/29 07:12:30 $

See Also: RobustHyperlink

Field Summary
static StringUSAGE
static StringVERSION
Constructor Summary
Robust()
Method Summary
voiddefaults()
static voidmain(String[] argv)
voidrewrite(URL root, File f)
Rewrite single page vis-a-via root, with guards.

Field Detail

USAGE

public static final String USAGE

VERSION

public static final String VERSION

Constructor Detail

Robust

public Robust()

Method Detail

defaults

public void defaults()

main

public static void main(String[] argv)

rewrite

public void rewrite(URL root, File f)
Rewrite single page vis-a-via root, with guards.