ch.qos.logback.core.rolling.helper
Class FileStoreUtil
java.lang.Object
ch.qos.logback.core.rolling.helper.FileStoreUtil
public class FileStoreUtil
- extends Object
A utility class using functionality available since JDK 1.7.
- Since:
- 1.0.10
- Author:
- ceki
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileStoreUtil
public FileStoreUtil()
areOnSameFileStore
public static boolean areOnSameFileStore(File a,
File b)
throws RolloverFailure
- This method assumes that both files a and b exists.
- Parameters:
a - b -
- Returns:
-
- Throws:
Exception
RolloverFailure
Copyright © 2005-2014 QOS.ch. All Rights Reserved.