Package io.virtdata.core
Class DataMapperLibraryFinder
- java.lang.Object
-
- io.virtdata.core.DataMapperLibraryFinder
-
public class DataMapperLibraryFinder extends java.lang.ObjectConvenient singleton for accessing all loadable DataMapper Library instances.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DataMapperLibraryget(java.lang.String libraryName)static java.util.List<DataMapperLibrary>getAll()Return list of libraries that have been found by this runtime, in alphabetical order of their type names.
-
-
-
Method Detail
-
get
public static DataMapperLibrary get(java.lang.String libraryName)
-
getAll
public static java.util.List<DataMapperLibrary> getAll()
Return list of libraries that have been found by this runtime, in alphabetical order of their type names.- Returns:
- a list of DataMapperLibrary instances.
-
-