Class GoofText

java.lang.Object
  |
  +--GoofText

public class GoofText
extends java.lang.Object

Goof class takes in a regular expression and return the filename and linenumber that the regular expression exist


Constructor Summary
GoofText()
           
 
Method Summary
 void DirFindIt(DirSearch dir, com.jaxo.regexp.RegularExpression pattern)
          DirFindIt get all the files that contain the specified regularexpression and open it as a file
static void main(java.lang.String[] args)
           
 void WebFindIt(DirSearch dir, com.jaxo.regexp.RegularExpression pattern)
          WebFindIt get all the files that contain the specified regularexpression and open it as a URL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoofText

public GoofText()
Method Detail

WebFindIt

public void WebFindIt(DirSearch dir,
                      com.jaxo.regexp.RegularExpression pattern)
WebFindIt get all the files that contain the specified regularexpression and open it as a URL

DirFindIt

public void DirFindIt(DirSearch dir,
                      com.jaxo.regexp.RegularExpression pattern)
DirFindIt get all the files that contain the specified regularexpression and open it as a file

main

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