Class ProjectBuilder

java.lang.Object
de.sormuras.bach.ProjectBuilder

public class ProjectBuilder
extends java.lang.Object
Build project.
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  ProjectBuilder.Property
    Supported properties.
  • Constructor Summary

    Constructors 
    Constructor Description
    ProjectBuilder()  
  • Method Summary

    Modifier and Type Method Description
    static Project build​(java.nio.file.Path base)
    Create default project scanning the passed base directory.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • build

      public static Project build​(java.nio.file.Path base)
      Create default project scanning the passed base directory.