Class FileStoreUtil
- java.lang.Object
-
- ch.qos.logback.core.rolling.helper.FileStoreUtil
-
@Deprecated(since="2022-01-27") public class FileStoreUtil extends Object
Deprecated.This internal logback API is not supported by AEM as a Cloud Service.A utility class using functionality available since JDK 1.7.- Since:
- 1.0.10
-
-
Constructor Summary
Constructors Constructor Description FileStoreUtil()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static booleanareOnSameFileStore(File a, File b)Deprecated.This method assumes that both files a and b exists.
-
-
-
Method Detail
-
areOnSameFileStore
public static boolean areOnSameFileStore(File a, File b) throws RolloverFailure
Deprecated.This method assumes that both files a and b exists.- Parameters:
a-b-- Returns:
- Throws:
ExceptionRolloverFailure
-
-