Class ImportConfigForAppliance
java.lang.Object
org.epics.archiverappliance.mgmt.bpl.ImportConfigForAppliance
- All Implemented Interfaces:
BPLAction
Import configuration from an exported file for this appliance...
Send the exported file as the body of the POST.
- Author:
- mshankar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, ConfigService configService)
-
Constructor Details
-
ImportConfigForAppliance
public ImportConfigForAppliance()
-
-
Method Details
-
execute
public void execute(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, ConfigService configService) throws IOException - Specified by:
executein interfaceBPLAction- Throws:
IOException
-