public class FileStoreUtil extends Object
Constructor and Description |
---|
FileStoreUtil() |
Modifier and Type | Method and Description |
---|---|
static boolean |
areOnSameFileStore(File a,
File b)
This method assumes that both files a and b exists.
|
public static boolean areOnSameFileStore(File a, File b) throws RolloverFailure
a
- first fileb
- second fileIllegalArgumentException
RolloverFailure