Class CqlLibraryReaderFactory
- java.lang.Object
-
- org.opencds.cqf.cql.engine.serializing.CqlLibraryReaderFactory
-
public class CqlLibraryReaderFactory extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CqlLibraryReadergetReader(java.lang.String contentType)static java.util.Iterator<CqlLibraryReaderProvider>providers(boolean refresh)
-
-
-
Method Detail
-
providers
public static java.util.Iterator<CqlLibraryReaderProvider> providers(boolean refresh)
-
getReader
public static CqlLibraryReader getReader(java.lang.String contentType)
-
-