Class HomeDirectoryLocationStrategy.Builder

All Implemented Interfaces:
org.apache.commons.io.function.IOSupplier<HomeDirectoryLocationStrategy>
Enclosing class:
HomeDirectoryLocationStrategy

Builds new instances of HomeDirectoryLocationStrategy.
Since:
2.15.0
  • Field Details

    • evaluateBasePath

      private boolean evaluateBasePath
      The flag whether the base path is to be taken into account.
    • homeDirectory

      private String homeDirectory
      The home directory to be searched for the requested file.
  • Constructor Details

    • Builder

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