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 Detail

      • createBuildDirectory

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