org.apache.ws.jaxme.js.util
public class LinkChecker extends Object
Basic implementation of a link checker for the JaxMe HTML distribution.
Method Summary | |
---|---|
protected void | addEvent(LinkChecker.Event pEvent) |
void | addURL(URL pURL, InputStream pStream) |
void | addURL(URL pURL) |
void | addURL(LinkChecker.CheckedURL pURL) |
Logger | getLogger() |
String | getProxyHost() |
String | getProxyPort() |
int | getSeverity() |
protected void | handleError(URL pURL, int pPos, String pMsg) |
protected void | handleRefError(URL pURL, URL pRefURL, int pPos, String pMsg) |
protected void | handleWarning(URL pURL, int pPos, String pMsg) |
static void | main(String[] args) |
void | parse(LinkChecker.CheckedURL pURL) |
void | parse() |
void | setLogger(Logger pLogger) |
void | setProxy(String pProxy) |
void | setProxyHost(String pHost) |
void | setProxyPort(String pPort) |
void | setSeverity(String pSeverity) |