org.qi4j.bootstrap
Interface ApplicationModelFactory


public interface ApplicationModelFactory

Factory for ApplicationModelSPI's. Takes an ApplicationAssembly, executes it, and builds an application model from it, which can then be instantiated and activated.


Method Summary
 ApplicationModelSPI newApplicationModel(ApplicationAssembly assembly)
           
 

Method Detail

newApplicationModel

ApplicationModelSPI newApplicationModel(ApplicationAssembly assembly)
                                        throws AssemblyException
Throws:
AssemblyException