Interface DriveInformation


public interface DriveInformation
Defines the drive information.
Since:
1.6.0
  • Method Details

    • getNewLocation

      String getNewLocation()
      Returns the new location.
    • setNewLocation

      void setNewLocation(String newLocation)
      Sets the new location to drive information.
      Parameters:
      newLocation - the new location to save drive
    • getDriveId

      String getDriveId()
      Returns the drive id.
    • getDriveName

      String getDriveName()
      Returns the drive name.
    • getOriginalLocation

      String getOriginalLocation()
      Returns the original location.
    • isError

      boolean isError()
      Returns true if there is an error.
    • getErrorMessage

      com.onwbp.base.text.UserMessage getErrorMessage()
      Returns the error message.