Interface OfficeFloorDockerUtil.BuildDirectoryFactory

Enclosing class:
OfficeFloorDockerUtil
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface OfficeFloorDockerUtil.BuildDirectoryFactory
Factory to create the build directory.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates the build directory.
  • Method Details

    • createBuildDirectory

      File createBuildDirectory() throws Exception
      Creates the build directory.
      Returns:
      Build directory.
      Throws:
      Exception - If fails to create the build directory.