Package org.teiid.spring.data.excel
Class ExcelConnectionFactory
- java.lang.Object
-
- org.teiid.spring.data.file.FileConnectionFactory
-
- org.teiid.spring.data.excel.ExcelConnectionFactory
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
,org.teiid.resource.api.ConnectionFactory<FileConnection>
,BaseConnectionFactory<FileConnection>
public class ExcelConnectionFactory extends FileConnectionFactory
-
-
Constructor Summary
Constructors Constructor Description ExcelConnectionFactory()
-
Method Summary
-
Methods inherited from class org.teiid.spring.data.file.FileConnectionFactory
close, getConnection, getFileMapping, getParentDirectory, isAllowParentPaths, setAllowParentPaths, setFileMapping, setParentDirectory
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.teiid.spring.data.BaseConnectionFactory
getAlias, getTranslatorName
-
-