You are viewing a plain text version of this content. The canonical link for it is here.
Posted to droids-dev@incubator.apache.org by "Florent ANDRE (JIRA)" <ji...@apache.org> on 2010/08/02 01:19:17 UTC

[jira] Created: (DROIDS-98) Add public void with reader parameter for the Regex files

Add public void with reader parameter for the Regex files
---------------------------------------------------------

                 Key: DROIDS-98
                 URL: https://issues.apache.org/jira/browse/DROIDS-98
             Project: Droids
          Issue Type: Bug
          Components: core
            Reporter: Florent ANDRE
         Attachments: add-public-inputSource-for-regex.patch

In many cases be able to pass a reader is more flexible (with an input source resolver) than use an hard coded string. 

Here comes the patch

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DROIDS-98) Add public void with reader parameter for the Regex files

Posted by "Florent ANDRE (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DROIDS-98?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Florent ANDRE updated DROIDS-98:
--------------------------------

    Attachment: add-public-inputSource-for-regex.patch

> Add public void with reader parameter for the Regex files
> ---------------------------------------------------------
>
>                 Key: DROIDS-98
>                 URL: https://issues.apache.org/jira/browse/DROIDS-98
>             Project: Droids
>          Issue Type: Bug
>          Components: core
>            Reporter: Florent ANDRE
>         Attachments: add-public-inputSource-for-regex.patch
>
>
> In many cases be able to pass a reader is more flexible (with an input source resolver) than use an hard coded string. 
> Here comes the patch

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DROIDS-98) Add public void with reader parameter for the Regex files

Posted by "Florent ANDRE (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DROIDS-98?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Florent ANDRE updated DROIDS-98:
--------------------------------

    Attachment: droids-98-add-input-stream-entry-for-RegexURLFilter-setFile.patch

> Add public void with reader parameter for the Regex files
> ---------------------------------------------------------
>
>                 Key: DROIDS-98
>                 URL: https://issues.apache.org/jira/browse/DROIDS-98
>             Project: Droids
>          Issue Type: Bug
>          Components: core
>            Reporter: Florent ANDRE
>         Attachments: droids-98-add-input-stream-entry-for-RegexURLFilter-setFile.patch
>
>
> In many cases be able to pass a reader is more flexible (with an input source resolver) than use an hard coded string. 
> Here comes the patch

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DROIDS-98) Add public void with reader parameter for the Regex files

Posted by "Florent ANDRE (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DROIDS-98?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Florent ANDRE updated DROIDS-98:
--------------------------------

    Attachment:     (was: add-public-inputSource-for-regex.patch)

> Add public void with reader parameter for the Regex files
> ---------------------------------------------------------
>
>                 Key: DROIDS-98
>                 URL: https://issues.apache.org/jira/browse/DROIDS-98
>             Project: Droids
>          Issue Type: Bug
>          Components: core
>            Reporter: Florent ANDRE
>         Attachments: droids-98-add-input-stream-entry-for-RegexURLFilter-setFile.patch
>
>
> In many cases be able to pass a reader is more flexible (with an input source resolver) than use an hard coded string. 
> Here comes the patch

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DROIDS-98) Add public void with reader parameter for the Regex files

Posted by "Florent ANDRE (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DROIDS-98?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12912953#action_12912953 ] 

Florent ANDRE commented on DROIDS-98:
-------------------------------------

Change from Reader to InputStream witch is more easy to use and common.

> Add public void with reader parameter for the Regex files
> ---------------------------------------------------------
>
>                 Key: DROIDS-98
>                 URL: https://issues.apache.org/jira/browse/DROIDS-98
>             Project: Droids
>          Issue Type: Bug
>          Components: core
>            Reporter: Florent ANDRE
>         Attachments: droids-98-add-input-stream-entry-for-RegexURLFilter-setFile.patch
>
>
> In many cases be able to pass a reader is more flexible (with an input source resolver) than use an hard coded string. 
> Here comes the patch

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.