}
if ( !StringUtils.isEmpty( absRoot ) ) {
params.put( "root", absRoot );
}
params.put( "absolute", absolute );
PentahoLegacyInterPluginCall pluginCall = new PentahoLegacyInterPluginCall( );
pluginCall.init( CorePlugin.CDF, "GetHeaders", params );
return pluginCall.call();
}