private static Importable getRightInstance(String s) throws Exception { Class c = Class.forName(s).asSubclass(Importable.class); Importable i = c.newInstance(); return i; }private static Importable getRightInstance(Stri
private static Importable getRightInstance(String s) throws Exception { Class c = Class.forName(s).asSubclass(Importable.class); Importable i = c.newInstance(); return i; }private static Importable getRightInstance(Stri