Class VirtualFileConnection.Util

    • Constructor Detail

      • Util

        public Util()
    • 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