Class HierarchicalContentFileSystemHelper

    • Constructor Detail

      • HierarchicalContentFileSystemHelper

        public HierarchicalContentFileSystemHelper()
    • Method Detail

      • createDirectoryHierarchy

        @Deprecated
        public File createDirectoryHierarchy​(File parentDir,
                                             long contentId)
        Deprecated.
        Get the directory corresponding to the given content ID, creating the directory hierarchy as required.
      • getDirectory

        public File getDirectory​(File parentDir,
                                 long contentId)
        Get the directory corresponding to the given content ID. The directory may or may not exist already.
      • getDirectory

        public com.atlassian.dc.filestore.api.compat.FilesystemPath getDirectory​(com.atlassian.dc.filestore.api.compat.FilesystemPath parentDir,
                                                                                 long contentId)
        Get the directory corresponding to the given content ID. The directory may or may not exist already.