Class RepositoryFileSystemFactory

  • All Implemented Interfaces:
    org.apache.ftpserver.ftplet.FileSystemFactory, org.springframework.beans.factory.InitializingBean

    @Component
    public class RepositoryFileSystemFactory
    extends Object
    implements org.apache.ftpserver.ftplet.FileSystemFactory, org.springframework.beans.factory.InitializingBean
    A factory for creating RepositoryFileSystem objects.
    • Constructor Detail

      • RepositoryFileSystemFactory

        public RepositoryFileSystemFactory()
    • Method Detail

      • createFileSystemView

        public org.apache.ftpserver.ftplet.FileSystemView createFileSystemView​(org.apache.ftpserver.ftplet.User user)
                                                                        throws org.apache.ftpserver.ftplet.FtpException
        Specified by:
        createFileSystemView in interface org.apache.ftpserver.ftplet.FileSystemFactory
        Throws:
        org.apache.ftpserver.ftplet.FtpException
      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        Exception