Uses of Interface
org.openl.rules.lang.xls.load.WorkbookLoader
-
Packages that use WorkbookLoader Package Description org.openl.rules.lang.xls org.openl.rules.lang.xls.load -
-
Uses of WorkbookLoader in org.openl.rules.lang.xls
Methods in org.openl.rules.lang.xls that return WorkbookLoader Modifier and Type Method Description WorkbookLoaderXlsWorkbookSourceCodeModule. getWorkbookLoader()Deprecated.Constructors in org.openl.rules.lang.xls with parameters of type WorkbookLoader Constructor Description XlsWorkbookSourceCodeModule(IOpenSourceCodeModule src, WorkbookLoader workbookLoader)Deprecated. -
Uses of WorkbookLoader in org.openl.rules.lang.xls.load
Classes in org.openl.rules.lang.xls.load that implement WorkbookLoader Modifier and Type Class Description classGreedyLazyWorkbookLoaderLazily loads workbook only when it's needed but never unloads itclassSimpleWorkbookLoaderStores the strong reference to previously loaded Workbook instance and is not unloaded.classUnloadableLazyWorkbookLoaderProvides lazy loading access to the workbook.Methods in org.openl.rules.lang.xls.load that return WorkbookLoader Modifier and Type Method Description WorkbookLoaderLazyWorkbookLoaderFactory. createWorkbookLoader(IOpenSourceCodeModule fileSource)WorkbookLoaderWorkbookLoaderFactory. createWorkbookLoader(IOpenSourceCodeModule fileSource)static WorkbookLoaderWorkbookLoaders. getWorkbookLoader(IOpenSourceCodeModule fileSource)Constructors in org.openl.rules.lang.xls.load with parameters of type WorkbookLoader Constructor Description LazySheetLoader(WorkbookLoader workbookLoader, int sheetIndex)
-