public interface StorageService
Modifier and Type | Method and Description |
---|---|
Path |
getCacheDir() |
Path |
getConfigDir() |
Path |
getDataDir() |
Path |
getHomeDir() |
Path |
getSharedHomeDir() |
Path |
getTempDir() |
@Nonnull Path getCacheDir()
home
subdirectory where cache data should be stored@Nonnull Path getConfigDir()
shared home
subdirectory where configuration data should be stored@Nonnull Path getDataDir()
shared home
subdirectory where app data should be stored@Nonnull Path getHomeDir()
@Nonnull Path getSharedHomeDir()
Copyright © 2022 Atlassian. All rights reserved.