org.apache.tools.ant.util.regexp

Class JakartaOroRegexp

    • Constructor Detail

      • JakartaOroRegexp

        public JakartaOroRegexp()
        Constructor for JakartaOroRegexp
    • Method Detail

      • substitute

        public java.lang.String substitute(java.lang.String input,
                                           java.lang.String argument,
                                           int options)
                                    throws BuildException
        Perform a substitution on the regular expression.
        Specified by:
        substitute in interface Regexp
        Parameters:
        input - The string to substitute on
        argument - The string which defines the substitution
        options - The list of options for the match and replace.
        Returns:
        the result of the operation
        Throws:
        BuildException - on error
      • getSubsOptions

        protected int getSubsOptions(int options)
        Convert ant regexp substitution option to oro options.
        Parameters:
        options - the ant regexp options
        Returns:
        the oro substitution options