Uses of Class
uk.org.ogsadai.activity.files.regexp.MalformedRegexpPatternException

Packages that use MalformedRegexpPatternException
uk.org.ogsadai.activity.files Activities for writing and reading files. 
 

Uses of MalformedRegexpPatternException in uk.org.ogsadai.activity.files
 

Methods in uk.org.ogsadai.activity.files that throw MalformedRegexpPatternException
private  void FileWritingActivity.performPerLineRegexp(java.io.RandomAccessFile raFile, long fileLength)
          Perform a replacement of text within a file, on a per-line basis, locating the text based on matches of a regular expression.
private  void FileWritingActivity.performPerFileRegexp(java.io.RandomAccessFile raFile, long fileLength)
          Perform a replacement of text within a file, on a per-file basis, locating the text based on matches of a regular expression.