| |
|
| java.lang.Object org.ddsteps.dataset.support.DataSetLoaderFactory
DataSetLoaderFactory | public class DataSetLoaderFactory (Code) | | Factory class for getting DataSetLoader singletons when you are NOT using
Spring. If you do use Spring, just create singleton beans in your context.
author: adamskogman |
excelDataSetLoader | protected static DataSetLoader excelDataSetLoader(Code) | | Lazy Singleton.
Just Excel
|
getCachingPropertyPlaceholderExcelDataSetLoader | public static synchronized DataSetLoader getCachingPropertyPlaceholderExcelDataSetLoader()(Code) | | Returns a singleton for a caching, property placeholder replacing excel
data set loader.
The default is to replace ${foo} expressions with values from
ddsteps-palceholders.properties.
See Also: PropertyPlaceholderTransformer Never null. |
getExcelDataSetLoader | public static synchronized DataSetLoader getExcelDataSetLoader()(Code) | | Returns a singleton for the (@link
org.ddsteps.dataset.excel.ExcelDataSetLoader).
Never null. |
getPropertyPlaceholderExcelDataSetLoader | public static synchronized DecoratingDataSetLoader getPropertyPlaceholderExcelDataSetLoader()(Code) | | Returns a singleton decorating excel dataset loader.
By default it decorates with a (@link
org.ddsteps.dataset.transform.PropertyPlaceholderTransformer) as
DataValueTransformer.
Never null. |
|
|
|