Uses of Class
org.xipki.datasource.DataSourceWrapper
-
-
Uses of DataSourceWrapper in org.xipki.datasource
Methods in org.xipki.datasource that return DataSourceWrapper Modifier and Type Method Description DataSourceWrapperDataSourceFactory. createDataSource(java.lang.String name, java.io.InputStream conf)Create aDataSourceWrapperfrom the configuration stored in the input stream.DataSourceWrapperDataSourceFactory. createDataSource(java.lang.String name, org.xipki.util.ConfigurableProperties conf)DataSourceWrapperDataSourceFactory. createDataSource(java.lang.String name, org.xipki.util.FileOrValue conf)DataSourceWrapperDataSourceFactory. createDataSourceForFile(java.lang.String name, java.lang.String confFile)Methods in org.xipki.datasource with parameters of type DataSourceWrapper Modifier and Type Method Description static voidScriptRunner. runScript(DataSourceWrapper dataSource, java.lang.String scriptFile)
-