Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add wildcard support to directories #7

Open
jvaa opened this issue May 6, 2015 · 2 comments
Open

Add wildcard support to directories #7

jvaa opened this issue May 6, 2015 · 2 comments

Comments

@jvaa
Copy link

jvaa commented May 6, 2015

Currently paths like "/test/*/.log" are not supported. Please add wildcard support to directories.

@didfet
Copy link
Owner

didfet commented May 7, 2015

That's a good idea, but I'm not sure the Commons IO FileAlterationMonitor API used in the FileWatcher class can do that. I think the whole file monitoring logic would have to be rewritten.

@sanjayjaras
Copy link

I think it supports it.. I just changed FileUtils.listFiles(directory, fileFilter, TrueFileFilter.INSTANCE) and it's working. Please if possible add this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants