Interface HomePathPlaceholderResolver

All Known Implementing Classes:
FileStoreHomePathPlaceholderResolver

public interface HomePathPlaceholderResolver
Provides operations for resolving home directory placeholders in path strings.
Since:
7.14
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Optional<com.atlassian.dc.filestore.api.compat.FilesystemPath>
     
  • Method Details

    • resolveFileStorePlaceHolders

      Optional<com.atlassian.dc.filestore.api.compat.FilesystemPath> resolveFileStorePlaceHolders(String directoryLocation)