Class HomeDirectoryLocationStrategy.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Constructs a new instance.
    • Method Detail

      • setEvaluateBasePath

        public HomeDirectoryLocationStrategy.Builder setEvaluateBasePath​(boolean evaluateBasePath)
        Sets whether the base path should be evaluated.
        Parameters:
        evaluateBasePath - whether the base path should be evaluated.
        Returns:
        this instance..
      • setHomeDirectory

        public HomeDirectoryLocationStrategy.Builder setHomeDirectory​(java.lang.String homeDirectory)
        Sets the path to the home directory (may be null).
        Parameters:
        homeDirectory - the path to the home directory (may be null)
        Returns:
        this instance..