Class FileStoreUtil


  • @Deprecated(since="2022-01-27")
    public class FileStoreUtil
    extends java.lang.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 boolean areOnSameFileStore​(java.io.File a, java.io.File b)
      Deprecated.
      This method assumes that both files a and b exists.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FileStoreUtil

        public FileStoreUtil()
        Deprecated.
    • Method Detail

      • areOnSameFileStore

        public static boolean areOnSameFileStore​(java.io.File a,
                                                 java.io.File b)
                                          throws RolloverFailure
        Deprecated.
        This method assumes that both files a and b exists.
        Parameters:
        a -
        b -
        Returns:
        Throws:
        java.lang.Exception
        RolloverFailure