112113114115116117118119
* @return * @throws InstantiationException * @throws IllegalAccessException */ public static JArmusController createControllerFrom(MainConfiguration conf) { final Armus ver = ArmusFactory.build(conf); return new JArmusControllerImpl(ver); }