org.jvnet.hk2.config
Interface Populator

All Known Implementing Classes:
EnvironmentXml

@Contract
public interface Populator

Populates Habitat. Populator gets to run right after the Habitat is created. Implementations can use this timing to introduce additional inhabitants, for example by loading some config file.

Author:
Kohsuke Kawaguchi

Method Summary
 void run(ConfigParser parser)
           
 

Method Detail

run

void run(ConfigParser parser)
         throws ConfigPopulatorException
Throws:
ConfigPopulatorException


Copyright © 2013 Oracle Corporation. All Rights Reserved.