313233343536373839
{ private static DriveDetector dd; public static DriveDetector getDeviceDetector() { if (dd == null) { dd = new DriveDetectorImpl(); } return dd; }