Class FactoryResetControllerImpl
java.lang.Object
org.eblocker.server.http.controller.impl.FactoryResetControllerImpl
- All Implemented Interfaces:
FactoryResetController
-
Constructor Summary
ConstructorsConstructorDescriptionFactoryResetControllerImpl(ScriptRunner scriptRunner, String factoryResetScript) -
Method Summary
Modifier and TypeMethodDescriptionvoidfactoryReset(org.restexpress.Request request, org.restexpress.Response response)
-
Constructor Details
-
FactoryResetControllerImpl
-
-
Method Details
-
factoryReset
public void factoryReset(org.restexpress.Request request, org.restexpress.Response response) throws IOException, InterruptedException - Specified by:
factoryResetin interfaceFactoryResetController- Throws:
IOExceptionInterruptedException
-