Class DevServer

java.lang.Object
org.teamapps.application.server.DevServer

public class DevServer
extends java.lang.Object
  • Constructor Details

  • Method Details

    • create

      public static DevServer create​(ApplicationPerspectiveBuilder applicationBuilder)
    • withDbPath

      public DevServer withDbPath​(java.io.File path)
    • withPort

      public DevServer withPort​(int port)
    • withOrganizationUnitViews

      public DevServer withOrganizationUnitViews​(java.util.List<OrganizationUnitView> OrganizationUnitViews)
    • withDocumentConverter

      public DevServer withDocumentConverter​(org.teamapps.reporting.convert.DocumentConverter documentConverter)
    • start

      public void start()