Class FileStoreUtil
- java.lang.Object
-
- ch.qos.logback.core.rolling.helper.FileStoreUtil
-
@Deprecated(since="2022-01-27") public class FileStoreUtil extends java.lang.ObjectDeprecated.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(java.io.File a, java.io.File b)Deprecated.This method assumes that both files a and b exists.
-
-
-
Method Detail
-
areOnSameFileStore
public static boolean areOnSameFileStore(java.io.File a, java.io.File b) throws RolloverFailureDeprecated.This method assumes that both files a and b exists.- Parameters:
a-b-- Returns:
- Throws:
java.lang.ExceptionRolloverFailure
-
-