Package oshi.util.platform.linux
Class DevPath
- java.lang.Object
-
- oshi.util.platform.linux.DevPath
-
@ThreadSafe public final class DevPath extends java.lang.Object
Provides constants for paths in the/dev
filesystem on Linux.If the user desires to configure a custom
/dev
path, it must be declared in the OSHI configuration file or updated in theGlobalConfig
class prior to initializing this class.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
DevPath()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static java.lang.String
queryDevConfig()
-
-
-
Field Detail
-
DEV
public static final java.lang.String DEV
The /dev filesystem location.
-
DISK_BY_UUID
public static final java.lang.String DISK_BY_UUID
-
DM
public static final java.lang.String DM
-
LOOP
public static final java.lang.String LOOP
-
MAPPER
public static final java.lang.String MAPPER
-
RAM
public static final java.lang.String RAM
-
-