143144145146147148149150151
} public ImagesOnFileSystemRegistry getImagesOnFSRegistry() { if (fImagesOnFSRegistry == null) { fImagesOnFSRegistry = new ImagesOnFileSystemRegistry(); } return fImagesOnFSRegistry; }