Re: Replacing FileManager with Dataset

2022-01-23 Thread Andy Seaborne
FileManager does two things - finding data and caching data. FileManager only exists for code in jena-core: Ont API with some internal only operations for the rules engine. There is FileManagerImpl to make jena-core run its own tests - running jena-core on its own is not a good idea for an app

Re: Replacing FileManager with Dataset

2022-01-22 Thread Martynas Jusevičius
I meant map in FileManager... On Sat, Jan 22, 2022 at 9:14 PM Martynas Jusevičius wrote: > > Hi, > > We are using FileManager as part of the Ontology API. We noticed it's > Model cache related methods are marked deprecated: > https://jena.apache.org/documentation/javadoc/jena/org/apache/jena/uti

Replacing FileManager with Dataset

2022-01-22 Thread Martynas Jusevičius
Hi, We are using FileManager as part of the Ontology API. We noticed it's Model cache related methods are marked deprecated: https://jena.apache.org/documentation/javadoc/jena/org/apache/jena/util/FileManager.html I don't see how OntDocumentManager can work without some sort of model cache. But I