Package org.teiid.file
Class VirtualFileConnection.Util
- java.lang.Object
-
- org.teiid.file.VirtualFileConnection.Util
-
- Enclosing interface:
- VirtualFileConnection
public static class VirtualFileConnection.Util extends Object
-
-
Constructor Summary
Constructors Constructor Description Util()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static VirtualFile[]getFiles(String location, VirtualFileConnection fc, boolean exceptionIfFileNotFound)Gets the file or files, if the path is a directory, at the given path.
-
-
-
Method Detail
-
getFiles
public static VirtualFile[] getFiles(String location, VirtualFileConnection fc, boolean exceptionIfFileNotFound) throws org.teiid.translator.TranslatorException
Gets the file or files, if the path is a directory, at the given path. Note the path can only refer to a single directory - directories are not recursively scanned.- Parameters:
exceptionIfFileNotFound-- Returns:
- Throws:
org.teiid.translator.TranslatorException
-
-