Class Goof

java.lang.Object
  |
  +--Goof

public class Goof
extends java.lang.Object

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


Constructor Summary
Goof()
           
 
Method Summary
 void DirFindIt(DirSearch dir, com.jaxo.regexp.RegularExpression pattern)
          DirFindIt get all the files that contain the specified regularexpression
 java.lang.String PrintValidFile()
          PrintValidFile return the files that contain the specified regularexpression one by one
 void WebFindIt(DirSearch dir, com.jaxo.regexp.RegularExpression pattern)
          WebFindIt get all the files that contain the specified regularexpression
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Goof

public Goof()
Method Detail

WebFindIt

public void WebFindIt(DirSearch dir,
                      com.jaxo.regexp.RegularExpression pattern)
WebFindIt get all the files that contain the specified regularexpression

DirFindIt

public void DirFindIt(DirSearch dir,
                      com.jaxo.regexp.RegularExpression pattern)
DirFindIt get all the files that contain the specified regularexpression

PrintValidFile

public java.lang.String PrintValidFile()
PrintValidFile return the files that contain the specified regularexpression one by one