Package oshi.driver.unix.solaris.disk
Class Lshal
- java.lang.Object
-
- oshi.driver.unix.solaris.disk.Lshal
-
@ThreadSafe public final class Lshal extends java.lang.Object
Utility to query lshal
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
LSHAL_CMD
-
Constructor Summary
Constructors Modifier Constructor Description private
Lshal()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Map<java.lang.String,java.lang.Integer>
queryDiskToMajorMap()
Query lshal to get device major
-
-
-
Field Detail
-
LSHAL_CMD
private static final java.lang.String LSHAL_CMD
- See Also:
- Constant Field Values
-
-