Interface HomeUpdate


public interface HomeUpdate
Describes the old and new absolute paths for the home directory.

Note: It is possible that the operating system has been changed between the two paths. This means, for example, that the old path could be a Windows path, like C:\Stash\Home while the new path is a Unix path, like /var/data/stash/home.

  • Method Summary

    Modifier and Type
    Method
    Description
    The absolute path to where the home directory currently is.
    The absolute path to where the home directory used to be.
  • Method Details

    • getNewDir

      @Nonnull String getNewDir()
      The absolute path to where the home directory currently is.
      Returns:
      the current home directory
    • getOldDir

      @Nonnull String getOldDir()
      The absolute path to where the home directory used to be.
      Returns:
      the previous home directory