Package land.oras.utils
Class OsUtils
java.lang.Object
land.oras.utils.OsUtils
Operating system utilities
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanWhether the default file system supports POSIX file attributes.
-
Method Details
-
isPosixFileSystemSupported
public static boolean isPosixFileSystemSupported()Whether the default file system supports POSIX file attributes.- Returns:
- true if POSIX file permissions are supported
-