Hi, On Tue, Sep 22, 2009 at 3:53 PM, Patrick Plaatje <[email protected]> wrote: > As i´m trying to work myself to the basics of the Jackrabbit sources, i came > across the FileSystemFactory interface. It´s not that i find it surprising > that suchs a factory exists, but i cannot find a specific implementation of > this interface. Ofcourse the RepositoryConfig object implements this > Interface, but invokes the getFileSystem() method on a FileSystemFactory > supplied by the RepositoryConfig constructor?
The factory interface is implemented by an anonymous class inside the RepositoryConfigurationParser class. See JCR-1438 [1] for more background on this. [1] https://issues.apache.org/jira/browse/JCR-1438 BR, Jukka Zitting
