Class AppliancesList
java.lang.Object
org.epics.archiverappliance.config.AppliancesList
Parses the appliances.xml file and loads the appliances
- Author:
- mshankar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HashMap<String, ApplianceInfo> loadAppliancesXML(jakarta.servlet.ServletContext servletContext) Parses the appliances.xml file and loads the appliances into the specified appliancesList
-
Constructor Details
-
AppliancesList
public AppliancesList()
-
-
Method Details
-
loadAppliancesXML
public static HashMap<String,ApplianceInfo> loadAppliancesXML(jakarta.servlet.ServletContext servletContext) throws IOException, ConfigException Parses the appliances.xml file and loads the appliances into the specified appliancesList- Parameters:
servletContext- ServletContext- Returns:
- appliancesList
- Throws:
IOException-ConfigException-
-