145146147148149150151152153154155
return false; } public CST(APAMImpl theApam, Map<String,URL> configuration) { CST.apam = theApam; CST.componentBroker = new ComponentBrokerImpl(); CST.apamResolver = new ApamResolverImpl(theApam); CST.rootConfiguration.putAll(configuration); }