Class ExportConfig
java.lang.Object
org.epics.archiverappliance.mgmt.bpl.ExportConfig
- All Implemented Interfaces:
BPLAction
Export the archiving configuration (PVTypeInfo's) as a JSON file.
Used for export and import of configuration.
- Author:
- mshankar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, ConfigService configService)
-
Constructor Details
-
ExportConfig
public ExportConfig()
-
-
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
-