| java.lang.Object org.apache.tools.ant.util.regexp.JakartaOroMatcher org.apache.tools.ant.util.regexp.JakartaOroRegexp
JakartaOroRegexp | public class JakartaOroRegexp extends JakartaOroMatcher implements Regexp(Code) | | Regular expression implementation using the Jakarta Oro package
|
Method Summary | |
protected int | getSubsOptions(int options) Convert ant regexp substitution option to oro options. | public String | substitute(String input, String argument, int options) Perform a substitution on the regular expression.
Parameters: input - The string to substitute on Parameters: argument - The string which defines the substitution Parameters: options - The list of options for the match and replace. |
JakartaOroRegexp | public JakartaOroRegexp()(Code) | | Constructor for JakartaOroRegexp
|
getSubsOptions | protected int getSubsOptions(int options)(Code) | | Convert ant regexp substitution option to oro options.
Parameters: options - the ant regexp options the oro substition options |
substitute | public String substitute(String input, String argument, int options) throws BuildException(Code) | | Perform a substitution on the regular expression.
Parameters: input - The string to substitute on Parameters: argument - The string which defines the substitution Parameters: options - The list of options for the match and replace. the result of the operation throws: BuildException - on error |
Fields inherited from org.apache.tools.ant.util.regexp.JakartaOroMatcher | final protected Perl5Compiler compiler(Code)(Java Doc) final protected Perl5Matcher matcher(Code)(Java Doc)
|
|
|