Class StartLocalServerHandler
- java.lang.Object
-
- de.seitenbau.serviceportal.prozesspipeline.handler.StartLocalServerHandler
-
- All Implemented Interfaces:
WebServerUtils
public class StartLocalServerHandler extends java.lang.Object implements WebServerUtils
-
-
Field Summary
-
Fields inherited from interface de.seitenbau.serviceportal.prozesspipeline.webserver.WebServerUtils
FILE_PATTERNS_BY_NAME, FILE_PATTERNS_BY_PATH, FORMLANGUAGE, FORMNAME, FORMVERSION
-
-
Constructor Summary
Constructors Constructor Description StartLocalServerHandler(java.io.File basepath, java.lang.String url, java.lang.String classpath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckForRunningInstances()voidstartServer(java.lang.String port)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.seitenbau.serviceportal.prozesspipeline.webserver.WebServerUtils
log, send, send, sendBytes
-
-