|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAssembler
public class Assembler
Constructor Summary | |
---|---|
Assembler()
|
Method Summary | |
---|---|
static void |
assemble(File moduleRoot,
String moduleName,
File srcOutputRoot,
String factoryName,
Map<String,String> controlTypeToImpl,
Map<String,Set<String>> controlTypeToClients,
ClassLoader cl)
Executes basic assembly algorithm. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Assembler()
Method Detail |
---|
public static void assemble(File moduleRoot, String moduleName, File srcOutputRoot, String factoryName, Map<String,String> controlTypeToImpl, Map<String,Set<String>> controlTypeToClients, ClassLoader cl) throws ControlAssemblyException, IOException
moduleRoot
- dir root of the modulemoduleName
- name of the modulesrcOutputRoot
- dir where assemblers can output source filesfactoryName
- name of the ControlAssemblyContext factory to usecontrolTypeToImpl
- map of control type name to control impl for all control types to be assembled in this modulecontrolTypeToClients
- map of control type name to a set of control clients (in this module) that use this typecl
- classloader used to load factories and assemblers
ControlAssemblyException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |