Package org.jvnet.hk2.config
Interface Populator
-
- All Known Implementing Classes:
DomainXml,EmbeddedDomainXml,GFDomainXml
@Contract public interface PopulatorPopulatesHabitat.Populatorgets to run right after theHabitatis created. Implementations can use this timing to introduce additional inhabitants, for example by loading some config file.- Author:
- Kohsuke Kawaguchi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun(ConfigParser parser)
-
-
-
Method Detail
-
run
void run(ConfigParser parser) throws ConfigPopulatorException
- Throws:
ConfigPopulatorException
-
-