Class 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 the GlobalConfig class prior to initializing this class.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DEV
      The /dev filesystem location.
      static java.lang.String DISK_BY_UUID  
      static java.lang.String DM  
      static java.lang.String LOOP  
      static java.lang.String MAPPER  
      static java.lang.String RAM  
    • 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • DevPath

        private DevPath()
    • Method Detail

      • queryDevConfig

        private static java.lang.String queryDevConfig()