Package webpiecesxxxxxpackage.services
Class DevServerUtil
- java.lang.Object
-
- webpiecesxxxxxpackage.services.DevServerUtil
-
public class DevServerUtil extends java.lang.ObjectGoes in re-usable location so all your dev servers can be modified
-
-
Constructor Summary
Constructors Constructor Description DevServerUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidstart(java.util.function.Supplier<YourCompanyAbstractDevServer> function)
-
-
-
Method Detail
-
start
public static void start(java.util.function.Supplier<YourCompanyAbstractDevServer> function)
-
-