Package com.atlassian.confluence.util
Class FilesystemUtils
- java.lang.Object
-
- com.atlassian.confluence.util.FilesystemUtils
-
public final class FilesystemUtils extends Object
- Since:
- 8.6
-
-
Constructor Summary
Constructors Constructor Description FilesystemUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisSafeTitleForFilesystem(String title)Ensure the title is safe to be written to the file system.
-
-
-
Method Detail
-
isSafeTitleForFilesystem
public static boolean isSafeTitleForFilesystem(String title)
Ensure the title is safe to be written to the file system.- Parameters:
title- The title to check- Returns:
- True if the title is safe for the filesystem, false otherwise
-
-