Class CompositeFileProvider

    • Constructor Detail

      • CompositeFileProvider

        public CompositeFileProvider()
    • Method Detail

      • getSchemes

        protected abstract java.lang.String[] getSchemes()
        The schemes known.
        Returns:
        Array of supported schemes.
      • findFile

        public FileObject findFile​(FileObject baseFile,
                                   java.lang.String uri,
                                   FileSystemOptions fileSystemOptions)
                            throws FileSystemException
        Locates a file object, by absolute URI.
        Parameters:
        baseFile - The base FileObject.
        uri - The file to find.
        fileSystemOptions - The options for the FileSystem.
        Returns:
        A FileObject for the located file.
        Throws:
        FileSystemException - if an error occurs.