@ConfigurationProperties(prefix="spring.teiid.file") public class FileConnectionFactory extends BaseConnectionFactory
| Constructor and Description |
|---|
FileConnectionFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.teiid.translator.FileConnection |
getConnection() |
String |
getFileMapping() |
String |
getParentDirectory() |
Boolean |
isAllowParentPaths() |
void |
setAllowParentPaths(Boolean allowParentPaths) |
void |
setFileMapping(String fileMapping) |
void |
setParentDirectory(String parentDirectory) |
checkEquals, getConnection, getMetaData, getRecordFactory, getReference, getTranslatorName, setReference, setTranslatorNamepublic org.teiid.translator.FileConnection getConnection()
throws javax.resource.ResourceException
getConnection in interface javax.resource.cci.ConnectionFactorygetConnection in class BaseConnectionFactoryjavax.resource.ResourceExceptionpublic String getParentDirectory()
public void setParentDirectory(String parentDirectory)
public String getFileMapping()
public void setFileMapping(String fileMapping)
public Boolean isAllowParentPaths()
public void setAllowParentPaths(Boolean allowParentPaths)
Copyright © 2018. All rights reserved.