FileAlterationObserver has no getter for FileFilter
---------------------------------------------------

                 Key: IO-262
                 URL: https://issues.apache.org/jira/browse/IO-262
             Project: Commons IO
          Issue Type: Improvement
          Components: Utilities
    Affects Versions: 2.0.1, 2.0
            Reporter: Lae
            Priority: Trivial


FileAlterationObserver accepts a FileFilter, but there is no getter for it, 
which causes inconvenience when implementing a FileAlterationListener.

For example, when implementing 
FileAlterationListener.onStart(FileAlterationObserver), I wanted to get all 
existing files under FileAlterationObserver.getDirectory() that satisfies the 
FileFilter the user used to construct the observer, so that I can keep track of 
present states of the target files as well as their future states. 

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to