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

Packages that use UnsupportedRegexpPatternFormatException
uk.org.ogsadai.activity.files Activities for writing and reading files. 
uk.org.ogsadai.activity.files.regexp Helper classes for file writing activities. 
 

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

Methods in uk.org.ogsadai.activity.files that throw UnsupportedRegexpPatternFormatException
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.
 

Uses of UnsupportedRegexpPatternFormatException in uk.org.ogsadai.activity.files.regexp
 

Methods in uk.org.ogsadai.activity.files.regexp that throw UnsupportedRegexpPatternFormatException
 OroMatcher OroAwkPattern.matcher()
          Create and return a new matcher object intended to find matches of this regular expression.
 OroMatcher OroPerl5Pattern.matcher()
          Create and return a new matcher object intended to find matches of this regular expression.
 

Constructors in uk.org.ogsadai.activity.files.regexp that throw UnsupportedRegexpPatternFormatException
OroMatcher(org.apache.oro.text.regex.Pattern pattern)
          Construct a new matcher object intended to find matches of the given regular expression.