Re: getServiceLoader method

2016-08-23 Thread Konstantin Barzilovich
2016 15:45, Konstantin Barzilovich wrote: Hello, Could you please explain, how to use getServiceLoader method of javax.tools.JavaFileManager interface. Should location parameter point to location of class or location of module, which provides implementation? Is it possible to use this method fr

Re: getServiceLoader method

2016-08-23 Thread Alan Bateman
On 23/08/2016 15:45, Konstantin Barzilovich wrote: Hello, Could you please explain, how to use getServiceLoader method of javax.tools.JavaFileManager interface. Should location parameter point to location of class or location of module, which provides implementation? Is it possible to use

getServiceLoader method

2016-08-23 Thread Konstantin Barzilovich
Hello, Could you please explain, how to use getServiceLoader method of javax.tools.JavaFileManager interface. Should location parameter point to location of class or location of module, which provides implementation? Is it possible to use this method from unnamed module? I tried this way