Class RepositoryFileSystemFactory

java.lang.Object
org.genesys.filerepository.service.ftp.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 Details

    • RepositoryFileSystemFactory

      public RepositoryFileSystemFactory()
  • Method Details

    • createFileSystemView

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

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