gui.html
Class HtmlUtil

java.lang.Object
  extended by gui.html.HtmlUtil

public class HtmlUtil
extends java.lang.Object

Version:
1.1
Author:
D. Lyon
See Also:
HtmlUtil

Constructor Summary
HtmlUtil()
           
 
Method Summary
static void filterFileHrefs()
          Inputs an gui.html file and uses %20 where spaces are seen in the hrefs.
static void filterHtmls()
           
static java.lang.String getHyperLink(java.lang.String l)
          getHyperLink() - extract the hyperlinks from the line
static void listFilteredHrefFile(java.lang.String file)
           
static void main(java.lang.String[] args)
           
static void processJava()
           
static void writeFilteredHrefFile()
           
static void writeFilteredJavaFile()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlUtil

public HtmlUtil()
Method Detail

getHyperLink

public static java.lang.String getHyperLink(java.lang.String l)
getHyperLink() - extract the hyperlinks from the line

Parameters:
String - - line from the input file
Returns:
String - return the extracted hyperlink from the line

main

public static void main(java.lang.String[] args)

filterHtmls

public static void filterHtmls()

writeFilteredHrefFile

public static void writeFilteredHrefFile()
                                  throws java.io.IOException
Throws:
java.io.IOException

writeFilteredJavaFile

public static void writeFilteredJavaFile()

filterFileHrefs

public static void filterFileHrefs()
                            throws java.io.IOException
Inputs an gui.html file and uses %20 where spaces are seen in the hrefs.

Throws:
java.io.IOException

processJava

public static void processJava()

listFilteredHrefFile

public static void listFilteredHrefFile(java.lang.String file)