Package org.teamapps.application.server
Class DevServer
java.lang.Object
org.teamapps.application.server.DevServer
public class DevServer
extends java.lang.Object
-
Constructor Summary
Constructors Modifier Constructor Description protectedDevServer(ApplicationBuilder applicationBuilder) -
Method Summary
Modifier and Type Method Description static DevServercreate(ApplicationBuilder applicationBuilder)voidstart()DevServerwithDbPath(java.io.File path)DevServerwithDocumentConverter(org.teamapps.reporting.convert.DocumentConverter documentConverter)DevServerwithOrganizationUnitViews(java.util.List<OrganizationUnitView> organizationUnitViews)DevServerwithPort(int port)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DevServer
-
-
Method Details
-
create
-
withDbPath
-
withPort
-
withOrganizationUnitViews
public DevServer withOrganizationUnitViews(java.util.List<OrganizationUnitView> organizationUnitViews) -
withDocumentConverter
public DevServer withDocumentConverter(org.teamapps.reporting.convert.DocumentConverter documentConverter) -
start
public void start()
-