Class FileStoreFactory
- java.lang.Object
-
- com.atlassian.confluence.impl.filestore.FileStoreFactory
-
@Deprecated public class FileStoreFactory extends Object
Deprecated.since 7.19 Replaced byApplicationConfigurationFileStoreFactoryCreatesFileStoreinstances.- Since:
- 7.12
-
-
Field Summary
Fields Modifier and Type Field Description static StringSHARED_HOME_FILESYSTEM_API_ACCESS_DENIED
-
Constructor Summary
Constructors Constructor Description FileStoreFactory(BootstrapManager bootstrapManager)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description com.atlassian.dc.filestore.api.compat.FilesystemPathgetConfluenceHome()com.atlassian.dc.filestore.impl.filesystem.FilesystemFileStoregetConfluenceHomeFileStore()protected PathgetConfluenceHomePath()Deprecated.com.atlassian.dc.filestore.api.compat.FilesystemPathgetLocalHome()com.atlassian.dc.filestore.impl.filesystem.FilesystemFileStoregetLocalHomeFileStore()protected PathgetLocalHomePath()Deprecated.com.atlassian.dc.filestore.api.compat.FilesystemPathgetSharedHome()com.atlassian.dc.filestore.impl.filesystem.FilesystemFileStoregetSharedHomeFileStore()protected PathgetSharedHomePath()Deprecated.
-
-
-
Field Detail
-
SHARED_HOME_FILESYSTEM_API_ACCESS_DENIED
public static final String SHARED_HOME_FILESYSTEM_API_ACCESS_DENIED
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
FileStoreFactory
public FileStoreFactory(BootstrapManager bootstrapManager)
Deprecated.
-
-
Method Detail
-
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()
-
-