Code is from AbstractPluginLoader in the solr plugin package, 1.3 (the regular stable release, no svn checkout).

80-84
@SuppressWarnings("unchecked")
protected T create( ResourceLoader loader, String name, String
className, Node node ) throws Exception
{
   return (T) loader.newInstance( className, getDefaultPackages() );
}

Reply via email to