Package org.anchoranalysis.bean.xml
Interface AssociateXMLUponLoad
- All Known Implementing Classes:
Experiment
,InputOutputExperiment
,OutputExperiment
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
For classes that wish to have a XmlConfiguration associated with them.
The associateXml method is called after the class has been loaded with the BeanXMLLoader
.
- Author:
- Owen Feehan
-
Method Summary
Modifier and TypeMethodDescriptionvoid
associateXML
(org.apache.commons.configuration.XMLConfiguration xmlConfiguration) Associated an XML configuration with an object.
-
Method Details
-
associateXML
void associateXML(org.apache.commons.configuration.XMLConfiguration xmlConfiguration) Associated an XML configuration with an object.- Parameters:
xmlConfiguration
- the xml-configuration to associate with an object.
-