Searched refs:mainAndAnnotationsFactory (Results 1 – 2 of 2) sorted by relevance
160 private Factory mainAndAnnotationsFactory; field in CLDRConfig298 if (mainAndAnnotationsFactory == null) { in getMainAndAnnotationsFactory()302 mainAndAnnotationsFactory = SimpleFactory.make(paths, ".*"); in getMainAndAnnotationsFactory()305 return mainAndAnnotationsFactory; in getMainAndAnnotationsFactory()
50 Factory mainAndAnnotationsFactory = config.getMainAndAnnotationsFactory(); in main() local76 CLDRFile root = mainAndAnnotationsFactory.make("root", false); in main()