Interface DriveInformation


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

      • getNewLocation

        java.lang.String getNewLocation()
        Returns the new location.
      • setNewLocation

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

        java.lang.String getDriveId()
        Returns the drive id.
      • getDriveName

        java.lang.String getDriveName()
        Returns the drive name.
      • getOriginalLocation

        java.lang.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.