Class FileStoreFactory

java.lang.Object
com.atlassian.confluence.impl.filestore.FileStoreFactory

@Deprecated public class FileStoreFactory extends Object
Deprecated.
Creates FileStore instances.
Since:
7.12
  • Field Details

    • SHARED_HOME_FILESYSTEM_API_ACCESS_DENIED

      public static final String SHARED_HOME_FILESYSTEM_API_ACCESS_DENIED
      See Also:
  • Constructor Details

    • FileStoreFactory

      public FileStoreFactory(BootstrapManager bootstrapManager)
      Deprecated.
  • Method Details

    • getConfluenceHomePath

      protected Path getConfluenceHomePath()
      Deprecated.
    • getLocalHomePath

      protected Path getLocalHomePath()
      Deprecated.
    • getSharedHomePath

      protected Path getSharedHomePath()
      Deprecated.
    • getSharedHomeFileStore

      public com.atlassian.dc.filestore.impl.filesystem.FilesystemFileStore getSharedHomeFileStore()
    • getLocalHomeFileStore

      public com.atlassian.dc.filestore.impl.filesystem.FilesystemFileStore getLocalHomeFileStore()
    • getConfluenceHomeFileStore

      public com.atlassian.dc.filestore.impl.filesystem.FilesystemFileStore getConfluenceHomeFileStore()
    • getSharedHome

      public com.atlassian.dc.filestore.api.compat.FilesystemPath getSharedHome()
    • getLocalHome

      public com.atlassian.dc.filestore.api.compat.FilesystemPath getLocalHome()
    • getConfluenceHome

      public com.atlassian.dc.filestore.api.compat.FilesystemPath getConfluenceHome()