Any native WatchService implementation planned on Mac OS X for JDK9?
Michael Hall
mik3hall at gmail.com
Sat Aug 9 22:19:09 UTC 2014
On Aug 9, 2014, at 4:57 PM, Christopher Brown <christopherbrown06 at gmail.com> wrote:
> If there are licencing issues, maybe a standalone watcher would be enough? Looking at the command line you used, I get the impression that you had to reimplement a significant par of the API (Paths and stuff) for this service (and other Mac-specific stuff).
Not to avoid any licensing concerns.
You need to provide your own FileSystemProvider or you can't use your own implementations for any of these things. At this point, TRZ is mostly a whole lot of different mac specific file attribute related . Finder api's, launch services api's, etc. That and the WatchService related. I didn't need to reimplement Path since you basically start out with a pass through provider that calls the usual platform code for everything. Then you can replace what you want.
So, you could split the the WatchService related out. Have a version where you use the usual code for most things but override the polling WatchService.
However, for most of the file attribute related I could pattern the code after nio.2 sample code. There was nothing anyhow that I remember doing that seemed like a major license issue. WatchService was more complicated and I used more actual lightly modified java code to avoid having to reinvent sort of complex wheels. That is where the licensing concerns might be.
Michael Hall
trz nio.2 for OS X http://www195.pair.com/mik3hall/index.html#trz
HalfPipe Java 6/7 shell app http://www195.pair.com/mik3hall/index.html#halfpipe
AppConverter convert Apple jvm to openjdk apps http://www195.pair.com/mik3hall/index.html#appconverter
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/nio-dev/attachments/20140809/7c118a09/attachment.html>
More information about the nio-dev
mailing list