gui.html
Class HtmlUtil
java.lang.Object
   gui.html.HtmlUtil
gui.html.HtmlUtil
- public class HtmlUtil 
- extends java.lang.Object
- Version:
- 1.1
- Author:
- D. Lyon
- See Also:
- HtmlUtil
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
HtmlUtil
public HtmlUtil()
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)
-