public static boolean isVolumeMountedAtDriveLetter(String driveLetter, Volume volume) { String volumeDriveLetter = WindowsUtils.getDriveLetterFromMountPath(volume.getMountPoint()); return StringUtils.equals(driveLetter, volumeDriveLetter); }
public VerifyMountPointHostDriveIsNotShared(String mountpoint) { this.driveletter = WindowsUtils.getDriveLetterFromMountPath(mountpoint); provideDetailArgs(driveletter); }