@ParametersAreNonnullByDefault @ReturnValuesAreNonnullByDefault public interface ConfluenceDirectories
Modifier and Type | Method and Description |
---|---|
static File |
getLegacyLuceneIndexDirectory()
Deprecated.
since 7.14 Use
getLuceneIndexDirectory() |
static File |
getLegacyLuceneIndexDirectory(com.atlassian.config.bootstrap.AtlassianBootstrapManager bootstrapManager)
Deprecated.
since 7.14 Use
getLuceneIndexDirectory() |
static File |
getLegacyTempDirectory()
Deprecated.
since 7.14 Use
getTempDirectory() |
static File |
getLegacyTempDirectory(com.atlassian.config.bootstrap.AtlassianBootstrapManager bootstrapManager)
Deprecated.
since 7.14 Use
getTempDirectory() |
Path |
getLuceneIndexDirectory() |
Path |
getTempDirectory() |
Path getTempDirectory()
Path
of the directory for storing temporary files.IllegalStateException
- if the directory has not yet been configured (e.g. during setup)@Internal Path getLuceneIndexDirectory()
Path
of the directory for storing the Lucene index.IllegalStateException
- if the directory has not yet been configured (e.g. during setup)@Deprecated static File getLegacyTempDirectory()
getTempDirectory()
@Deprecated static File getLegacyTempDirectory(com.atlassian.config.bootstrap.AtlassianBootstrapManager bootstrapManager)
getTempDirectory()
@Deprecated @Internal static File getLegacyLuceneIndexDirectory()
getLuceneIndexDirectory()
@Deprecated @Internal static File getLegacyLuceneIndexDirectory(com.atlassian.config.bootstrap.AtlassianBootstrapManager bootstrapManager)
getLuceneIndexDirectory()
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences