202203204205206207208209210211212
// Loop through and save all of the components from the XML file for (Component comp : allComponents) { comp.getMctComp().save(); } fileComp.save(); return fileComp; } } catch(IOException ex) { LOGGER.error(ex.getMessage());