public class HierarchicalContentFileSystemHelper extends Object
| Constructor and Description | 
|---|
| HierarchicalContentFileSystemHelper() | 
| Modifier and Type | Method and Description | 
|---|---|
| File | createDirectoryHierarchy(File parentDir,
                        long contentId)Deprecated. 
 since 7.14 use  getDirectory(File, long) | 
| File | getDirectory(File parentDir,
            long contentId)Get the directory corresponding to the given content ID. | 
| 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. | 
@Deprecated public File createDirectoryHierarchy(File parentDir, long contentId)
getDirectory(File, long)public File getDirectory(File parentDir, long contentId)
public com.atlassian.dc.filestore.api.compat.FilesystemPath getDirectory(com.atlassian.dc.filestore.api.compat.FilesystemPath parentDir,
                                                                         long contentId)
Copyright © 2003–2022 Atlassian. All rights reserved.