You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Bhanu Vanteru (JIRA)" <ji...@apache.org> on 2010/03/08 23:11:27 UTC

[jira] Updated: (CONFIGURATION-410) Include forceReload or refresh method in AbstractFileConfiguration

     [ https://issues.apache.org/jira/browse/CONFIGURATION-410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bhanu Vanteru updated CONFIGURATION-410:
----------------------------------------

    Attachment: AbstractFileConfiguration.java

Patch to include forceReload method which ignores strategy.reloadingRequired() check and so will always reload the configuration.

> Include forceReload or refresh method in AbstractFileConfiguration 
> -------------------------------------------------------------------
>
>                 Key: CONFIGURATION-410
>                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-410
>             Project: Commons Configuration
>          Issue Type: Improvement
>          Components: File reloading
>            Reporter: Bhanu Vanteru
>            Priority: Minor
>         Attachments: AbstractFileConfiguration.java
>
>
> Consider an enhancement to AbstractFileConfiguration, where in a new method called forceReload() or refresh(), which is similar to the existing reload() method, except that strategy.reloadingRequired() is ignored and so a clear() and load() always occur when this new method is called. I will upload changes to AbstractFileConfiguration with this new method in a bit, for your review.

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