org.teiid.translator
Interface FileConnection

All Superinterfaces:
javax.resource.cci.Connection
All Known Implementing Classes:
FileConnectionImpl

public interface FileConnection
extends javax.resource.cci.Connection

Simple Connection interface for the filesystem


Nested Class Summary
static class FileConnection.Util
           
 
Method Summary
 java.io.File getFile(java.lang.String path)
          Gets the file at the given path.
 
Methods inherited from interface javax.resource.cci.Connection
close, createInteraction, getLocalTransaction, getMetaData, getResultSetInfo
 

Method Detail

getFile

java.io.File getFile(java.lang.String path)
Gets the file at the given path. This file may not exist, but can be used to create/save a new file.

Parameters:
path -
Returns:


Copyright © 2011. All Rights Reserved.